Checking a job’s status
To check a job’s status:
IJESCommandProvider commandProvider = ...
JobInfo jobInfo = ...
// get the job status from the JES command provider
JobStatus jobStatus = commandProvider.getJobStatus(jobInfo);
Related topics
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.