Skip to content

TaskOptionRecordFlags

tevelee edited this page Jul 25, 2026 · 1 revision

TaskOptionRecordFlags

Flags stored at the start of a task-creation option record.

public struct TaskOptionRecordFlags: Equatable, Sendable 

Inheritance

Equatable, Sendable

Initializers

init(bits:)

Creates flags from their Swift runtime representation.

public init(bits: UInt) 

Properties

bits

Raw runtime flag bits.

public let bits: UInt

kind

The option-record kind, or nil for a future runtime-defined kind.

public var kind: TaskOptionRecordKind? 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally