Skip to main content

Variable: STATUS_KIND

const STATUS_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โ€‹

readonly DEGRADED: "degraded" = "degraded"

DOWNโ€‹

readonly DOWN: "down" = "down"

MIXEDโ€‹

readonly MIXED: "mixed" = "mixed"

PAUSEDโ€‹

readonly PAUSED: "paused" = "paused"

PENDINGโ€‹

readonly PENDING: "pending" = "pending"

UNKNOWNโ€‹

readonly UNKNOWN: "unknown" = "unknown"

UPโ€‹

readonly UP: "up" = "up"