Enumeration Case 列挙ケース

ProcessInfo.ThermalState.fair

The thermal state is slightly elevated. 温度状態は、少し高くなっています。

Declaration 宣言

case fair = 1

Discussion 議論

The system takes steps to reduce thermal state, like running fans and stopping background services that aren’t doing work immediately needed by the user. システムは温度状態を減らす手段を講じます、ファンの動作およびユーザによって直ぐにすぐに必要とされない作業を行っていないバックグラウントザービスの停止のような。

Reduce or defer background work, like prefetching content over the network or updating database indexes. コンテンツのネットワーク越しの事前読込みまたはデータベースインデックスの更新のようなバックグラウンド作業を減らすか延期してください。