Skip to content

JobPriority

tevelee edited this page Jul 25, 2026 · 1 revision

JobPriority

A Swift-concurrency job priority.

public enum JobPriority: UInt, Sendable 

Inheritance

Sendable, UInt

Enumeration Cases

userInteractive

case userInteractive = 0x21

userInitiated

case userInitiated = 0x19

`default`

case `default` = 0x15

utility

case utility = 0x11

background

case background = 0x09

unspecified

case unspecified = 0
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally