Contents

thermalStateDidChange

An identifier for a message about a thermal state change.

Declaration

static var thermalStateDidChange: NotificationCenter.BaseMessageIdentifier<ProcessInfo.ThermalStateDidChangeMessage> { get }

Discussion

Use this identifier with NotificationCenter’s addObserver(of:for:using:) or messages(of:for:bufferSize:) methods to observe messages of type ProcessInfo.ThermalStateDidChangeMessage.

See Also

Identifying process info messages