ServiceState

Estados posibles de los servicios de salud monitoreados.

Cada estado tiene un comportamiento visual específico:

  • ACTIVE: Verde brillante con animación

  • IDLE: Blanco/Gris estático

  • WARNING: Amarillo con parpadeo lento

  • ERROR: Rojo con parpadeo rápido

  • DISABLED: Gris oscuro transparente

Since

2.0.0

Constructors

Link copied to clipboard
private constructor()

Entries

Link copied to clipboard

Verde brillante + icono animado - Servicio funcionando correctamente

Link copied to clipboard

Blanco/Gris + icono estático - Servicio disponible pero inactivo

Link copied to clipboard

Amarillo + parpadeo lento - Advertencia o problema menor

Link copied to clipboard

Rojo + parpadeo rápido - Error crítico

Link copied to clipboard

Gris oscuro + transparente - Servicio no disponible

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.