State

public enum State : String

State enum

Enumeration that encapsulates the two possible states for an application, UP or DOWN.

  • UP

    Application is running just fine.

    Declaration

    Swift

    case UP
  • Application health is not good.

    Declaration

    Swift

    case DOWN