Return true if a call to start has finished successfully more recently than any call to stop, and false otherwise.
Synopsis
Declared in <bdlmt_eventscheduler.h>
bool
isStarted() const;
Return Value
true if this scheduler is started, and false otherwise
Created with MrDocs