Global Variable グローバル変数

NSProcessInfoThermalStateDidChangeNotification

Posts when the thermal state of the system changes.

Declaration 宣言

const NSNotificationName NSProcessInfoThermalStateDidChangeNotification;

Discussion 議論

The notification object is an NSProcessInfo instance.

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

See Also 参照

Notifications 通知