Skip to end of banner
Go to start of banner

unscheduleJob

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

  • No labels