Function cmb_event_is_scheduled

Function Documentation

bool cmb_event_is_scheduled(uint64_t handle)

Is the given event currently in the event queue?

Parameters:
  • handle – The handle of some event.

Returns:

true if the event is scheduled in the event queue, false if not.