| IStateMachineTemplateVisitorEndState Method |
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax bool EndState(
State state
)
Function EndState (
state As State
) As Boolean
bool EndState(
State^ state
)
abstract EndState :
state : State -> bool
Parameters
- state
- Type: StaMaState
The State object that was encountered.
Return Value
Type:
Booleantrue if traversal shall continue;
false to stop traversal.
Remarks
This method will be called after traversing the sub-objects of
the
State. Balanced with this method call there
was a
State() method
call before traversing the sub-objects of the
State.
Examples See Also