[#BloombergLP-bslmt-Turnstile-lagTime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/Turnstile.adoc[Turnstile]::lagTime :relfileprefix: ../../../ :mrdocs: Return how far this turnstile lags behind schedule, in microseconds. == Synopsis Declared in `<bslmt_turnstile.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] lagTime() const; ---- == Description Return the positive number of microseconds difference between the the current time and the next turn, indicating that the turnstile is lagging behind the configured rate. Otherwise, return 0. == Return Value positive lag in microseconds, or 0 if not lagging [.small]#Created with https://www.mrdocs.com[MrDocs]#