GetFailedCommand¶
-
virtual PCommandBase ICommandQueue::GetFailedCommand() = 0¶
Gets the first command that caused the queue to halt.
- Returns
PCommandBase – Command.
- Throws
CInvalidOperationException
– Queue state not “Halted”.CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.