DeviceQueueInfo

Information about tasks and jobs queued on a device.

Types

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

Properties

Link copied to clipboard

The name of the queue.

Link copied to clipboard

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

Link copied to clipboard

The number of jobs or tasks in the queue for a given device.

Functions

Link copied to clipboard
inline fun copy(block: DeviceQueueInfo.Builder.() -> Unit = {}): DeviceQueueInfo
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