cancelEvent overloads
Declared in <bdlmt_eventscheduler.h>
Cancel the event referred to by handle and release the handle.
int
cancelEvent(EventHandle* handle);
» more...
Same as the preceding overload, for a recurring-event handle.
int
cancelEvent(RecurringEventHandle* handle);
» more...
Cancel the event referred to by the specified handle.
int
cancelEvent(Event const* handle);
» more...
Same as the preceding overload, for a recurring event.
int
cancelEvent(RecurringEvent const* handle);
» more...
0 on successful cancellation, and a non-zero value otherwise
| Name | Description |
|---|---|
| handle | event handle to cancel and release |