getCommandQueue method
Get a copy of the current queue.
Implementation
List<QueuedCommand> getCommandQueue() {
return List.of(_commandQueue);
}
Get a copy of the current queue.
List<QueuedCommand> getCommandQueue() {
return List.of(_commandQueue);
}