Click or drag to resize
StaMaIStateMachineTemplateVisitorTransition Method
This method will be called when a Transition object is encountered while traversing a StateMachineTemplate with the PassThrough() method.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
bool Transition(
	Transition transition
)

Parameters

transition
Type: StaMaTransition
The Transition object that is encountered.

Return Value

Type: Boolean
true if traversal shall continue; false to stop traversal.
Remarks
Because there are no sub-objects in a Transition, there is only a single method call, as opposed to the Region() and State() methods, which are always called paired with a EndRegion() and EndState() call.
Examples
See Also