FSMTState, TDataGoTo Method |
Name | Description | |
---|---|---|
GoTo(TState) |
Produce transition to other state. Return this from a state function
in order to effect the transition.
| |
GoTo(TState, TData) | Obsolete.
Obsolete. Use GoTo(nextStateName).Using(stateData) instead. |