MotechPlatformState =================== .. java:package:: org.motechproject.server.startup :noindex: .. java:type:: public enum MotechPlatformState Defines the different states of the MOTECH system. Enum Constants -------------- DB_ERROR ^^^^^^^^ .. java:field:: public static final MotechPlatformState DB_ERROR :outertype: MotechPlatformState FIRST_RUN ^^^^^^^^^ .. java:field:: public static final MotechPlatformState FIRST_RUN :outertype: MotechPlatformState NEED_BOOTSTRAP_CONFIG ^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final MotechPlatformState NEED_BOOTSTRAP_CONFIG :outertype: MotechPlatformState NEED_CONFIG ^^^^^^^^^^^ .. java:field:: public static final MotechPlatformState NEED_CONFIG :outertype: MotechPlatformState NORMAL_RUN ^^^^^^^^^^ .. java:field:: public static final MotechPlatformState NORMAL_RUN :outertype: MotechPlatformState NO_DB ^^^^^ .. java:field:: public static final MotechPlatformState NO_DB :outertype: MotechPlatformState STARTUP ^^^^^^^ .. java:field:: public static final MotechPlatformState STARTUP :outertype: MotechPlatformState