Enum XenDesktopAppDiskAppDnaState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the AppDNA state of the AppDisk.
public enum XenDesktopAppDiskAppDnaState
Fields
Analyzing = 5The state is analyzing.
Canceled = 4The state is canceled.
Capturing = 3The state is capturing.
Failed = 7The state is failed.
Importing = 8The state is importing.
None = 1The state is unknown.
Ready = 6The state is ready.
Unknown = 0The state is unknown.
Unsupported = 2The state is unsupported.