getAllJobInstanceIDs() Method
In ScheduleService, use the getAllJobInstanceIDs() method to get all the instance IDs of a submitted job.
Signature
public String[] getAllJobInstanceIDs(String submittedJobId);
Parameters for getAllJobInstanceIDs() Method
Parameter | Description |
---|---|
String submittedJobId |
The job ID of the submitted job. |