public final class NSProcessInfoThermalState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Critical
System performance is significantly impacted and the system needs to cool down.
|
static long |
Fair
The system has reached a state where fans may become audible (on systems which have fans).
|
static long |
Nominal
No corrective action is needed.
|
static long |
Serious
Fans are running at maximum speed (on systems which have fans), system performance may be impacted.
|
public static final long Nominal
public static final long Fair
public static final long Serious
public static final long Critical