unschedTm

This method cancels a timeout request.

This method is used when:

Visibility
Public
Signature
virtual void unschedTm (short id, OMReactive *c);
Parameters
id

Specifies the ID tag of the timeout request. If this is Constants, unschedTm cancels all events whose destination is this specific instance of OMReactive. If this is set to a specific event ID, unschedTm cancels only that event.

c

Specifies a pointer to the OMReactive instance requestor. After a timeout has been canceled, this parameter points to the instance that is notified.

Notes

Feedback