interface |
IFailed<TAction extends Action> |
Indicates that an Action, of a particular type, has stopped wihtout reaching its purpose.
|
interface |
IPaused<TAction extends Action> |
Indicates that an Action, of a particular type, has changed its state to Paused.
|
interface |
IResumed<TAction extends Action> |
Indicates that an Action, of a particular type, has changed its state from Paused to Running.
|
interface |
IStarted<TAction extends Action> |
Indicates that an Action, of a particular type, has changed its state to Running.
|
interface |
IStopped<TAction extends Action> |
Indicates that an Action, of a particular type, has changed its state to Idle.
|
interface |
ISucceeded<TAction extends Action> |
Indicates that an Action, of a particular type, has stopped and reached its purpose.
|