next up previous contents index
Next: evIsCancelled Up: Event Operations Previous: evDetach

evCancel

   

Cancels event and returns EVENT_FINISHED if the event has already happened, EVENT_RUNNING if the event is currently running, and EVENT_CANCELLED if the event has not run and can be guaranteed to not run. In the case where evCancel returns EVENT_RUNNING, the caller must be careful to not delete resources required by the event.

EvCancelReturn evCancel(Event event)



Larry Peterson
Wed Jan 10 10:40:08 MST 1996