virtual void schedTm (timeUnit delteTime, short id, OMReactive *instance, const OMHandle * state = NULL);
delteTime
Specifies the delay time, in milliseconds, before the timeout request is triggered.
id
Identifies the timeout, either at delivery or for canceling. Every timeout has a specific ID to distinguish it from other timeouts.
instance
Specifies a pointer to the OMReactive instance requestor. After a timeout has matured, this parameter points to the instance that is notified.
state
Specifies an optional parameter used by the Rational® Rhapsody® instrumentation to designate a pointer to the state name upon which the timeout is scheduled. The default value is NULL, for the noninstrumented case.