incarnateTimeout

This method is used by the framework to create a timeout object to be invoked on the reactive object. It is called by the schedTm method.

Visibility
Public
Signature
virtual OMTimeout *incarnateTimeout (short id, 
   timeUnit delay, const OMHandle* theState);
Parameters
id

Identifies the timeout, either at delivery or for canceling. Every timeout has a specific id so it can be distinguished from other timeouts.

delay

Specifies the delay time, in milliseconds, before the timeout is triggered.

theState

Is used by the Rational® Rhapsody® animation to designate the state name upon which the timeout is scheduled. There is no default value.


Feedback