JobStoreSupportResumeAll Method (CancellationToken)

Quartz.NET 3.0 API Documentation

Namespace:  Quartz.Impl.AdoJobStore
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public virtual Task ResumeAll(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ResumeAll(System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ResumeAll(System.Threading.CancellationToken)"]

Implements

IJobStoreResumeAll(CancellationToken)
Remarks

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

Reference