Abort¶
- 
virtual void ICommandSequenceEventResponse::Abort() = 0¶
 Aborts the running sequence.
- Throws
 CInvalidOperationException– Command sequence state is not ECommandState::Running or ECommandState::Queued.CCommunicationErrorException– Protocol error.CConnectionLostException– Connection to controller lost.CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
- Remarks
 All commands of the command sequence with state ECommandState::Queued are set to ECommandState::Failed and the running command is aborted.