FailedCommand¶
-
ICommandBase ICommandQueue.FailedCommand { get; }¶
Gets the first command that caused the queue to halt.
- Value
ICommandBase – Command.
- Throws
InvalidOperationException
– Queue state not “Halted”.CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.