ReportRag Enumeration¶
Contains values that represent the state of an analyzed application.
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 ReportRag
VB¶
Public Enumeration ReportRag
Members¶
Member name | Value | Description | |
---|---|---|---|
NonApplicable | -2 | Application result is not applicable in this case for a some external reason. | |
Unanalyzed | -1 | Unanalyzed, indicating that the application has not been analyzed for the report. | |
Red | 10 | Red, indicating a serious problem. | |
Amber | 5 | Amber, indicating a possible problem. | |
Green | 0 | Green, indicating no problem or a minor problem. | |
Locked | 99 | Locked, indicating that the application has not been licensed for the report. |