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

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

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

public virtual void ResumeJob(
	JobKey jobKey
)

Parameters

jobKey
Type: Quartz JobKey

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

Implements

IRemotableQuartzScheduler ResumeJob(JobKey)
See Also