Enum XenDesktopMachineFaultState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the fault state of a machine at the time of the scan.
public enum XenDesktopMachineFaultState
Fields
FailedToStart = 2
The machine failed to start.
MaxCapacity = 5
The machine was at maximum capacity.
None = 1
There was no fault.
StuckOnBoot = 3
The machine was stuck on boot.
Unknown = 0
The fault state is unknown.
Unregistered = 4
The machine was unregistered.