JobStoreSupportGetTriggerState Method (ConnectionAndTransactionHolder, TriggerKey, CancellationToken)

Quartz.NET 3.0 API Documentation
Gets the state of the trigger.

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

C#
protected virtual Task<TriggerState> GetTriggerState(
	ConnectionAndTransactionHolder conn,
	TriggerKey triggerKey,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
The conn.
triggerKey
Type: QuartzTriggerKey
The key identifying the trigger.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskTriggerState

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

See Also

Reference