You need to include the following program in the schedule job within the third-party scheduler. The program retrieves the current status. Wrap the program in a script so that it is called until the completed code is returned.
For example:
<cbase url>/jsp/GetJobStatus.jsp?JobID=<Job ID>
Input: Job ID that is in the UI or that is returned from the schedule API.
Output: One of the following codes:
Code
Description
C
Complete
T
Terminated
P
Paused
R
Running
E
Error
W
Warning
Or, the following message appears when there is an invalid Job ID or another error occurs: