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