Uses of Interface
ion.Core.Events.IStateChanged
Packages that use IStateChanged
-
Uses of IStateChanged in ion.Core.Events
Subinterfaces of IStateChanged in ion.Core.EventsModifier and TypeInterfaceDescriptioninterfaceIndicates that an Action, of a particular type, has stopped wihtout reaching its purpose.interfaceIndicates that an Action, of a particular type, has changed its state to Paused.interfaceIndicates that an Action, of a particular type, has changed its state from Paused to Running.interfaceIndicates that an Action, of a particular type, has changed its state to Running.interfaceIndicates that an Action, of a particular type, has changed its state to Idle.interfaceISucceeded<TAction extends Action>Indicates that an Action, of a particular type, has stopped and reached its purpose.