cancelEvent

This method marks a single event as canceled (that is, it changes the ID of the event to Constants).

Visibility
Public
Signature
virtual void cancelEvent(OMEvent* ev);
Parameters
ev

Specifies the event to be canceled

Note: In the framework, cancelEvent is virtual to support enhanced framework customization. It can also support several event queues per task.

Feedback