Return the earliest scheduled time of any pending event.
Synopsis
Declared in <bdlmt_eventscheduler.h>
bsls::TimeInterval
nextPendingEventTime() const;
Description
Return the earliest scheduled starting time of the pending events and recurring events registered with this scheduler. If there are no pending events or recurring events, return INT64_MAX microseconds.
Return Value
the earliest scheduled start time, or INT64_MAX if none
Created with MrDocs