SchedulerService.Cancel method

Cancels a scheduled job by its name.

public bool Cancel(string name)
parameter description
name The name of the job to cancel.

Return Value

True if the job was found and cancelled; otherwise, false.

See Also