Function cmb_event_reschedule
Defined in File cmb_event.h
Function Documentation
-
bool cmb_event_reschedule(uint64_t handle, double time)
Reschedules event at index to another (absolute) time. 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.time – The new scheduled time of the event.
- Returns:
trueif the event was found,falseif not.