ApplicationAlgorithmResult Properties¶
The ApplicationAlgorithmResult type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | AfterActionRag | The RAG that would apply after the algorithm's action has been applied. |
![]() | Algorithm | The Algorithm that this data applies to. |
![]() | Application | The Application that this data applies to. |
![]() | CustomizedRag | The RAG from the analysis, with any customizations applied. |
![]() | Rag | The RAG from the analysis. |
![]() | Results |
Gets a DataTable that holds the details of the application data that triggered the algorithm. null if the algorithm did not trigger or the results are not available. |
![]() | Triggered | True if Results is not null. False may be due to no triggers or the application is unanalyzed or locked. See OverallRag in the ReportedApplication class. |