ApplicationState Enumeration¶
Processing state of the application
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public enum ApplicationState
VB¶
Public Enumeration ApplicationState
Members¶
| Member name | Value | Description | |
|---|---|---|---|
| Analysed | 0 | Application is analyzed | |
| Importing | 1 | Application is being imported | |
| Processing | 2 | Application is being processed | |
| Ready | 3 | Application is imported | |
| Deleted | 4 | Application is deleted | |
| Stale | 5 | Application is not analyzed | |
| Locked | 6 | Application is locked |