Enumeration 列挙

NSProcessInfoThermalState

Values used to indicate the system’s thermal state. システムの温度状態を指し示すために使われる値。

Declaration 宣言

typedef enum NSProcessInfoThermalState : NSInteger {
    ...
} NSProcessInfoThermalState;

Overview 概要

These values are used by the NSProcessInfo class as return values for thermalState. これらの値は、NSProcessInfoクラスによってthermalStateに対する戻り値として使われます。

For information about testing your app under different thermal states, see Test under adverse device conditions. あなたのアプリを異なる温度状態の下で試験することについての情報として、Test under adverse device conditionsを見てください。

Topics 話題

Constants 定数