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 = 10Power management was not supported.
Off = 3The machine was powered off.
On = 4The machine was powered on.
Resuming = 9The machine was resuming.
Suspended = 5The machine was suspended.
Suspending = 8The machine was suspending.
TurningOff = 7The machine was turning off.
TurningOn = 6The machine was turning on.
The power state was unavailable.
Unknown = 0The power state is unknown.
Unmanaged = 1The power state is unmanaged.