Continue

void ICommandQueue.Continue()

Continues execution of remaining commands of command sequences in the queue after execution of a command fails.

Throws
Remarks

This does not lead to (re)execution of the command that initially failed. State of the queue will be CommandQueueState.Running when there are remaining commands, or CommandQueueState.Idle otherwise.