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

com.flagwind.services.WorkerState Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package com.flagwind.services;

/**
 * 工作者状态
 * 
 * @author chendb
 * @date 2016年12月9日 上午11:02:36
 */
public enum WorkerState {

    /// 未运行/已停止。
    Stopped,

    /// 运行中。
    Running,

    /// 正在启动中。
    Starting,

    /// 正在停止中。
    Stopping,

    /// 正在暂停中。
    Pausing,

    /// 暂停中。
    Paused,

    /// 正在恢复中。
    Resuming,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy