1.

How Do I Check The Status Of A Running Job?

Answer»

The JobListener will allow you to check the STATUS of a running JOB.

  1. jcgScheduler.getListenerManager().addJobListener(jcgJobListener, KeyMatcher.jobKeyEquals(NEW JobKey("jcgJobName", "jcgJobGroup")));

The JobListener will allow you to check the status of a running job.



Discussion

No Comment Found