![]() | PersistentFSMBaseTState, TData, TEventGoTo 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) |
Produce transition to other state. Return this from a state function
in order to effect the transition.
|