IScheduler DeleteJob Method Quartz.NET API Documentation
Delete the identified IJob from the Scheduler - and any associated ITriggers.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

bool DeleteJob(
	JobKey jobKey
)

Parameters

jobKey
Type: Quartz JobKey

[Missing <param name="jobKey"/> documentation for "M:Quartz.IScheduler.DeleteJob(Quartz.JobKey)"]

Return Value

Type: Boolean
true if the Job was found and deleted.
See Also