Continue

virtual void ICommandQueue::Continue() = 0

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 ECommandQueueState::Running when there are remaining commands, or ECommandQueueState::Idle otherwise.