ApplicationStateEnum Enumeration¶
Specifies the type of the application state that was used on import.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public enum ApplicationStateEnum
VB¶
Public Enumeration ApplicationStateEnum
Members¶
Member name | Value | Description | |
---|---|---|---|
Importing | 0 | The application is importing. | |
Processing | 1 | The application is processing. | |
Ready | 2 | The application is ready for analysis. | |
Deleted | 3 | The application is marked as deleted. | |
Stale | 4 | The application is in stale state. | |
Analysed | 5 | The application is analysed. | |
Stub | 6 | The application is a stub. | |
Locked | 7 | The application is locked. |