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
Remarks

The order of failed commands is consistent with the order of the commands in the command sequence.