Instance Propertynmggithub.kass 3.2.4MachCore
rawValue
Host.swift:76let rawValue: Int32
let rawValue: Int32
import MachCore
The core module for interacting with the Mach kernel.
struct HostRebootOption
A reboot option.
struct Mach
The Mach kernel.
@frozen struct Int32
A 32-bit signed integer value type.
init(rawValue: Int32)
static let debugger: Mach.HostRebootOption
Don’t actually reboot, just drop into debugger.
static let halt: Mach.HostRebootOption
Don’t reboot, just halt.
static let upsDelay: Mach.HostRebootOption
Reboot after a delay.