startBehavior

This method initializes the behavioral mechanism and takes the initial (default) transitions in the statechart before any events are processed. After this call is completed, the statechart is set to the initial configuration.

Note that startBehavior is called on the thread that creates the reactive object; default transitions are taken on the creator thread.

Note: Do not call startBehavior within the class CTOR.
Visibility
Public
Signature
virtual OMBoolean startBehavior();
Returns

The method returns one of the following values:

Notes

Feedback