JobStoreSupport PauseJob Method Quartz.NET API Documentation
Pause the IJob with the given name - by pausing all of its current Triggers.

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

public virtual void PauseJob(
	SchedulingContext ctxt,
	string jobName,
	string groupName
)

Parameters

ctxt
Type: Quartz.Core SchedulingContext

[Missing <param name="ctxt"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.PauseJob(Quartz.Core.SchedulingContext,System.String,System.String)"]

jobName
Type: System String

[Missing <param name="jobName"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.PauseJob(Quartz.Core.SchedulingContext,System.String,System.String)"]

groupName
Type: System String

[Missing <param name="groupName"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.PauseJob(Quartz.Core.SchedulingContext,System.String,System.String)"]

Implements

IJobStore PauseJob(SchedulingContext, String, String)
See Also