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
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
