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