StateMachine

IStateMachine<CommandQueueState> ICommandQueue.StateMachine { get; }

Gets the (read-only) state machine of the command queue.

Value

IStateMachine<CommandQueueState> – Command queue state machine.

Throws