Click or drag to resize
StaMaIStateMachineTemplateVisitorEndState Method
This method will be called after a State object was encountered while traversing a StateMachineTemplate with the PassThrough() method.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
bool EndState(
	State state
)

Parameters

state
Type: StaMaState
The State object that was encountered.

Return Value

Type: Boolean
true 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