chaining namespace
Classes
- AbstractCommand
- AbstractListCommand
- Boot
- BootStep
- CommandDataVO
- CommandError
- ParallelCommand
- SequenceCommand
Members
-
<static, readonly> BootEvent :string
-
Events sent by Boot
Type:
- string
Properties:
Name Type Default Description COMPLETEstring BootEvent.COMPLETE STEP_COMPLETEstring BootEvent.STEP_COMPLETE FAILEDstring BootEvent.FAILED GO_TO_STEPstring BootEvent.GO_TO_STEP -
<static, readonly> CommandEvent :string
-
Events sent by Commands
Type:
- string
Properties:
Name Type Default Description STARTEDstring CommandEvent.STARTED FINISHEDstring CommandEvent.FINISHED FAILEDstring CommandEvent.FAILED