Contents

thermalStateDidChangeNotification

Posts when the thermal state of the system changes.

Declaration

class let thermalStateDidChangeNotification: NSNotification.Name

Discussion

The notification object is a ProcessInfo instance.

To receive thermalStateDidChangeNotification, you must access the thermalState prior to registering for the notification.

See Also

Notifications