JobStoreSupportSchedulerPaused Method

Quartz.NET 3.0 API Documentation
Called by the QuartzScheduler to inform the JobStore that the scheduler has been paused.

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

C#
public Task SchedulerPaused(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

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

Return Value

Type: Task

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

Implements

IJobStoreSchedulerPaused(CancellationToken)
See Also

Reference