FailedCommands¶
-
System.Collections.IEnumerable<ICommandBase> ICommandSequence.FailedCommands { get; }¶
Gets the failed command(s) of the command sequence.
- Value
IEnumerable<ICommandBase> – Failed command(s) of the command sequence. Empty if no run error occurred.
- Throws
CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– 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.