VpaAlertState

enum VpaAlertState : Enum<VpaAlertState>

The state of a VpaAlert, indicating whether it's waiting to be triggered, it's currently being triggered or it's no longer triggered.

Entries

Link copied to clipboard

The alert has been scheduled to trigger at a future time.

Link copied to clipboard

The alert is currently triggered.

Link copied to clipboard

The alert is no longer triggered.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int