JobPushResult.java 256 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 package com.github.ltsopensource.jobtracker.sender; /** * @author Robert HG (254963746@qq.com) on 11/11/15. */ public enum JobPushResult { NO_JOB, // 没有任务可执行 SUCCESS, //推送成功 FAILED, //推送失败 SENT_ERROR }