Enum ProcessorCpuStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the status of a processor.
public enum ProcessorCpuStatus
Fields
DisabledBios = 2The CPU is disabled by the user via BIOS setup.
DisabledBiosError = 3The CPU is disabled by BIOS (POST error).
Enabled = 1The CPU is enabled.
Idle = 4The CPU is Idle.
Other = 7The status is other.
ReservedField = 5Reserved.
ReservedField2 = 6Reserved.
Unknown = 0The status is unknown.