All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fredhopper.lifecycle.State Maven / Gradle / Ivy

The newest version!
package com.fredhopper.lifecycle;

/**
 * @author bnobakht
 */
public enum State {

  /**
   * 
   */
  STOPPED,

  /**
   * 
   */
  INITIALIZED,

  /**
   * 
   */
  STARTING,

  /**
   * 
   */
  RUNNING,

  /**
   * 
   */
  PAUSED,

  /**
   * 
   */
  STOPPING,

  ;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy