OverallStatus

Represents the overall status of the application, initially calculated as the cumulative result of all validations carried out. Later this can be modified as Resolved by an operator.

OverallStatus.NoAlert

= 0

There are no validations that require attention.

OverallStatus.Alert

= 1

There are some validations that require attention.

OverallStatus.Resolved

= 2

An operatore has investigated the alert and has delt with it.