getScheduledReportStatus() Method
In ScheduleService, use the getScheduledReportStatus() method to get the status of the scheduled job.
Signature
public JobStatus getScheduledReportStatus(String scheduledJobID, String userID, String password);
Parameters for getScheduledReportStatus() Method
Parameter | Description |
---|---|
String scheduledJobID |
Specifies the job ID of the submitted job. |
String userID |
Specifies the user ID of the user. |
String password |
Specifies the password of the user. |