Name

alerts.TriggerState

Enumeration Members

Enumeration Members

ACTIVE: "ACTIVE"

the trigger is active and waiting for the condition to be met

INACTIVE: "INACTIVE"

the trigger is disabled/paused and will not trigger if the condition is met

TRIGGERED: "TRIGGERED"

the condition was met and a notification was triggered

UNKNOWN: "UNKNOWN"

Invalid state that only happens if the backend sends an unsupported state

Generated using TypeDoc