TestFSMRefTActor, TState, TDataSetState Method |
Name | Description | |
---|---|---|
SetState(TState, NullableTimeSpan) |
Change FSM state; but keeps the current state data.
This method is directly equivalent to a transition initiated from within the FSM.
| |
SetState(TState, TData, NullableTimeSpan, FSMBaseReason) |
Change FSM state. This method is directly equivalent to a
corresponding transition initiated from within the FSM, including timeout
and stop handling.
|