Variable: STATUS_KIND
constSTATUS_KIND: {DEGRADED:"degraded";DOWN:"down";MIXED:"mixed";PAUSED:"paused";PENDING:"pending";UNKNOWN:"unknown";UP:"up"; }
Defined in: shared/types.ts:6
Canonical status kinds shared across monitors, sites, and history records.
Type Declarationโ
DEGRADEDโ
readonlyDEGRADED:"degraded"="degraded"
DOWNโ
readonlyDOWN:"down"="down"
MIXEDโ
readonlyMIXED:"mixed"="mixed"
PAUSEDโ
readonlyPAUSED:"paused"="paused"
PENDINGโ
readonlyPENDING:"pending"="pending"
UNKNOWNโ
readonlyUNKNOWN:"unknown"="unknown"
UPโ
readonlyUP:"up"="up"