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
Remarks

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