deleteSchedule() Method
In ScheduleService, use the deleteSchedule() method to delete a scheduled job from the scheduler queue.
Signature
boolean deleteSchedule(String jobInstanceID, String userID, String password);
Parameters for deleteSchedule() Method
Parameter | Description |
---|---|
String jobInstanceID |
The ID assigned to the instance of the job to be deleted. The jobInstanceID is a string of integers. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |