Function cmb_event_priority
Defined in File cmb_event.h
Function Documentation
-
int64_t cmb_event_priority(uint64_t handle)
Get the current priority 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 priority for the event.