PriorityClass

Priority class configuration. When included in PriorityClasses, these class configurations define how tasks are queued.

Types

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

Properties

Link copied to clipboard
val name: String?

Name of the priority class.

Link copied to clipboard
val weight: Int?

Weight of the priority class. The value is within a range from 0 to 100, where 0 is the default.

Functions

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