Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ServiceStatus

see

ServiceStatusEvent

name

ServiceStatus

Index

Enumeration members

Enumeration members

DOWN

DOWN: = "DOWN"

Indicates that a service is down, which means that at least one of the required sources defined for the service are down.

LIMITED

LIMITED: = "LIMITED"

Indicates that a service is limited, which means that at least one of the non required sources defined for the service are down (but all of the required sources are up).

OK

OK: = "OK"

Indicates that the service is OK, which means that all the required and non required sources defined for the service are up.

Generated using TypeDoc