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

com.shark.job.constans.JobStatus Maven / Gradle / Ivy

package com.shark.job.constans;

/**
 * Job status
 * @Author: SuLiang
 * @Date: 2018/9/22 0022
 */
public enum JobStatus {
	/**original status,not any operation*/
	INIT,
	/**job is running*/
	RUNNING,
	/**job is pausing*/
	PAUSE,
	/**job is executing resume*/
	EXECUTE_RESUME,
	/**job had finished and stopped*/
	FINISH,STOP
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy