WorkUnitRange

Defines the valid range of work unit IDs for querying the execution service.

Types

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

Properties

Link copied to clipboard

Defines the maximum work unit ID in the range. The maximum value is inclusive.

Link copied to clipboard

Defines the minimum work unit ID in the range.

Link copied to clipboard

A work token used to query the execution service.

Functions

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