Uses of Interface
ion.Core.Events.IStopped

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

    Subinterfaces of IStopped 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 
    ISucceeded<TAction extends Action>
    Indicates that an Action, of a particular type, has stopped and reached its purpose.