Skip to content

TaskStatusRecordKind

tevelee edited this page Jul 25, 2026 · 1 revision

TaskStatusRecordKind

A kind of dynamic task-status record.

public enum TaskStatusRecordKind: UInt8, Sendable 

Inheritance

Sendable, UInt8

Enumeration Cases

taskDependency

case taskDependency = 0

childTask

case childTask = 1

taskGroup

case taskGroup = 2

cancellationNotification

case cancellationNotification = 3

escalationNotification

case escalationNotification = 4

taskExecutorPreference

case taskExecutorPreference = 5

taskName

case taskName = 6

privateRecordLock

case privateRecordLock = 192

Properties

firstReserved

The first kind reserved for Swift runtime implementation records.

public static let firstReserved = TaskStatusRecordKind.privateRecordLock
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally