Queue

virtual void ICommandQueue::Queue(PCommandSequence sequence, ECommandQueuePriority prio = ECommandQueuePriority::Normal) = 0

Queues the commands of the specified command sequence without waiting for execution to complete.

Parameters
  • sequence – Command sequence containing commands to be queued.

  • prio – Queue priority for the command.

Throws