Interface IFailed<TAction extends Action>

  • Type Parameters:
    TAction - the particular type of the Action
    All Superinterfaces:
    ion.Meta.IEvent, IStateChanged<TAction>, IStopped<TAction>

    public interface IFailed<TAction extends Action>
    extends IStopped<TAction>
    Indicates that an Action, of a particular type, has stopped wihtout reaching its purpose.
    Author:
    GAIPS