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

forklift.ServerState Maven / Gradle / Ivy

package forklift;

/**
 * The various states which a server may be in
 *
 * Created by afrieze on 11/4/16.
 */
public enum ServerState {
    LATENT,
    STARTING,
    ERROR,
    RUNNING,
    STOPPING,
    STOPPED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy