Return the scheduled start time of the event handle.
Synopsis
Declared in <bdlmt_eventscheduler.h>
bsl::optional<bsls::TimeInterval>
scheduledEventTime(EventHandle const& handle) const;
Description
Return the scheduled starting time of the event having the specified handle. If the handle is invalid, or the event has already been canceled, return an optional without a value.
Return Value
the scheduled start time, or an empty optional if invalid
Parameters
Name |
Description |
handle |
event whose scheduled time is returned |
Created with MrDocs