Click or drag to resize
StaMaStateMachineTemplateEndState Method
Completes the definition of a State's substructure and contents.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public void EndState()
Exceptions
ExceptionCondition
StateMachineException A syntax error was detected with this or the preceeding Region, EndRegion, State, EndState or Transition statements.
Remarks
This method must be used paired after a StateMachineTemplate.State Overload statement to conclude the definition of the contents of a State.
See Also