Values.QuantumTaskQueueInfoSourceThe queue information for the specified quantum task.
type nonrec t = {queue : QueueName.t option;The name of the queue.
*)position : String_.t option;Current position of the quantum task in the quantum tasks queue.
*)queuePriority : QueuePriority.t option;Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the quantum tasks in a normal queue.
*)message : String_.t option;Optional. Provides more information about the queue position. For example, if the quantum task is complete and no longer in the queue, the message field contains that information.
*)}