This method marks a single
event as canceled (that is, it changes the ID of the event to Constants).
Signaturevirtual void cancelEvent(OMEvent* ev);
Parametersev
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.