resumeSchedule() Method
In ScheduleService, use the resumeSchedule() method to resume a schedule job that has been suspended.
Signature
boolean resumeSchedule(String jobInstanceID, String userID, String password);
Parameters for resumeSchedule() Method
Parameter | Description |
---|---|
String jobInstanceID |
The ID assigned to the instance of the job to be resumed. The jobInstanceID is a string of integers. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |