Interface RuntimeState

  • All Known Implementing Classes:
    BaseRuntimeState

    public interface RuntimeState
    Represent the State of a particular runtime
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String READY
      Common state value for indicating that a runtime is ready but not started.
      static String RUNNING
      Common state value for indicating that a runtime is running.
      static String STOPPED
      Common state value for indicating that a runtime is stopped.
      static String UNKNOWN
      Common state value for indicating that a it's not possible to establish current runtime state.
    • Field Detail

      • UNKNOWN

        static final String UNKNOWN
        Common state value for indicating that a it's not possible to establish current runtime state.
        See Also:
        Constant Field Values
      • READY

        static final String READY
        Common state value for indicating that a runtime is ready but not started.
        See Also:
        Constant Field Values
    • Method Detail

      • getStartedAt

        String getStartedAt()