getCommandQueueSnapshot method

List<QueuedCommand> getCommandQueueSnapshot()

Get current snapshot of the command queue.

Implementation

List<QueuedCommand> getCommandQueueSnapshot() {
  return List.unmodifiable(_commandQueue);
}