Function cmb_event_time
Defined in File cmb_event.h
Function Documentation
-
double cmb_event_time(uint64_t handle)
Get the currently scheduled time for an event. The event is assumed to be in the event queue, error if not. Call
cmb_event_is_scheduledfirst if not sure.- Parameters:
handle – The
handleof some event in the event queue.
- Returns:
The scheduled activation time for the event.