Enum XenDesktopAppDiskState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of the AppDisk at the time of the scan.
public enum XenDesktopAppDiskState
Fields
Cloning = 5The state is cloning.
Creating = 4The state is creating.
Deleting = 10The state is deleting.
Error = 8The state is error.
Importing = 3The state is importing.
None = 1The state is none.
Populating = 6The state is populating.
Ready = 9The state is ready.
Sealing = 7The state is sealing.
Unknown = 0The state is unknown.
Unsupported = 2The state is unsupported.