QuartzSchedulerResumeJob Method

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
public virtual Task ResumeJob(
	JobKey jobKey,
	CancellationToken cancellationToken = null
)

Parameters

jobKey
Type: QuartzJobKey

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

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Core.QuartzScheduler.ResumeJob(Quartz.JobKey,System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Core.QuartzScheduler.ResumeJob(Quartz.JobKey,System.Threading.CancellationToken)"]

Implements

IRemotableQuartzSchedulerResumeJob(JobKey, CancellationToken)
See Also

Reference