Package 

Enum State

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum State
    
                        

    State of the Batch lib

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      OFF

      The lib is off, no action should be performed since all context and storage are null

      READY

      The lib is ready for action

      FINISHING

      The lib is finishing, no app listener or UI action must be called

    • Method Summary

      Modifier and Type Method Description
      static Array<State> values()
      static State valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait