Function cmb_event_time

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_scheduled first if not sure.

Parameters:
  • handle – The handle of some event in the event queue.

Returns:

The scheduled activation time for the event.