Enum XenDesktopMachinePowerState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the power state of a machine at the time of the scan.
public enum XenDesktopMachinePowerState
Fields
NotSupported = 10
Power management was not supported.
Off = 3
The machine was powered off.
On = 4
The machine was powered on.
Resuming = 9
The machine was resuming.
Suspended = 5
The machine was suspended.
Suspending = 8
The machine was suspending.
TurningOff = 7
The machine was turning off.
TurningOn = 6
The machine was turning on.
The power state was unavailable.
Unknown = 0
The power state is unknown.
Unmanaged = 1
The power state is unmanaged.