Queue

void ICommandQueue.Queue(ICommandSequence sequence, CommandQueuePriority prio = CommandQueuePriority.Normal)

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