Uses of Interface
ion.Core.Events.IStateChanged

Packages that use IStateChanged
Package
Description
 
  • Uses of IStateChanged in ion.Core.Events

    Subinterfaces of IStateChanged in ion.Core.Events
    Modifier and Type
    Interface
    Description
    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.