getCommandQueue method

List<QueuedCommand> getCommandQueue()

Get a copy of the current queue.

Implementation

List<QueuedCommand> getCommandQueue() {
  return List.of(_commandQueue);
}