shouldCompleteStartBehavior

This method checks the start behavior state.

When the user code calls the startBehavior method of a reactive class, the class takes the default transition of the statechart. If there are null transitions immediately after the default transition, the reactive class sends a special event to itself, and changes its state accordingly. The shouldCompleteStartBehavior method checks the value of this state.

Visibility
Public
Signature
long shouldCompleteStartBehavior() const 
Returns

A long that represents the state


Feedback