unscheduleJob
Description
Un-schedules a job.
Parameters
Return Type
None
The returned value has no meaning.
Example
for(string jobKey in getScheduledJobKeys()){
unscheduleJob(jobKey);
}
The SIL™ script above deletes all the scheduled jobs.
See also
Peacock