Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TriggerState

name

alerts.TriggerState

Index

Enumeration members

Enumeration members

ACTIVE

ACTIVE: = "ACTIVE"

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

INACTIVE

INACTIVE: = "INACTIVE"

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

TRIGGERED

TRIGGERED: = "TRIGGERED"

the condition was met and a notification was triggered

UNKNOWN

UNKNOWN: = "UNKNOWN"

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

Generated using TypeDoc