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 DOWN Application health is not good. Declaration Swift case DOWN