Abort¶
-
void ICommandSequenceEventResponse.Abort()¶
Aborts the running sequence.
- Throws
InvalidOperationException– Command sequence state is not CommandState.Running or CommandState.Queued.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
- Remarks
All commands of the command sequence with state CommandState.Queued are set to CommandState.Failed and the running command is aborted.