GetFailedCommands¶
- 
virtual std::vector<PCommandBase> ICommandSequence::GetFailedCommands() = 0¶
- Gets the failed command(s) of the command sequence. - Returns
- std::vector<PCommandBase> – Failed command(s) of the command sequence. Empty if no run error occurred. 
- Throws
- CCommunicationErrorException– Protocol error.
- CConnectionLostException– Connection to controller lost.
- CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
 
- Remarks
- The order of failed commands is consistent with the order of the commands in the command sequence.