IScheduler ResumeJob Method Quartz.NET API Documentation
Resume (un-pause) the IJobDetail with the given key.

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

void ResumeJob(
	JobKey jobKey
)

Parameters

jobKey
Type: Quartz JobKey

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

Remarks

If any of the IJob'sITrigger s missed one or more fire-times, then the ITrigger's misfire instruction will be applied.
See Also