QuantumTaskQueueInfo

Information about the queue for the specified quantum task.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Provides more information about the queue position. For example, if the task is complete and no longer in the queue, the message field contains that information.

Link copied to clipboard

Current position of the task in the quantum tasks queue.

Link copied to clipboard

The name of the queue.

Link copied to clipboard

Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String