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 = 5
The state is cloning.
Creating = 4
The state is creating.
Deleting = 10
The state is deleting.
Error = 8
The state is error.
Importing = 3
The state is importing.
None = 1
The state is none.
Populating = 6
The state is populating.
Ready = 9
The state is ready.
Sealing = 7
The state is sealing.
Unknown = 0
The state is unknown.
Unsupported = 2
The state is unsupported.