CpuAvailability Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a CPU's availability and status
public enum class CpuAvailability
public enum class CpuAvailability
enum CpuAvailability
public enum CpuAvailability
type CpuAvailability =
Public Enum CpuAvailability
- Inheritance
-
CpuAvailability
Fields
Name | Value | Description |
---|---|---|
Other | 1 | A state other than those specified in CpuAvailability |
Unknown | 2 | Availability status is unknown |
RunningOrFullPower | 3 | The device is running or at full power |
Warning | 4 | Device is in a Warning state |
InTest | 5 | Availability status is In Test |
NotApplicable | 6 | Status is not applicable to this device |
PowerOff | 7 | The device is powered off |
OffLine | 8 | Availability status is Offline |
OffDuty | 9 | Availability status is Off-Duty |
Degraded | 10 | Availability status is Degraded |
NotInstalled | 11 | |
NotIntalled | 11 | Availability status is Not Installed |
InstallError | 12 | Availability status is Install Error |
PowerSaveUnknown | 13 | The device is known to be in a power save state, but its exact status is unknown |
PowerSaveLowPowerMode | 14 | The device is in a power save state, but is still functioning, and may exhibit decreased performance |
PowerSaveStandby | 15 | The device is not functioning, but can be brought to full power quickly |
PowerCycle | 16 | The device is in a power-cycle state |
PowerSaveWarning | 17 | The device is in a warning state, though also in a power save state |
Paused | 18 | The device is paused |
NotReady | 19 | The device is not ready |
NotConfigured | 20 | The device is not configured |
Quiesced | 21 | The device is quiet |