Table of Contents

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 = 5

The state is analyzing.

Canceled = 4

The state is canceled.

Capturing = 3

The state is capturing.

Failed = 7

The state is failed.

Importing = 8

The state is importing.

None = 1

The state is unknown.

Ready = 6

The state is ready.

Unknown = 0

The state is unknown.

Unsupported = 2

The state is unsupported.