ITriggerGetMayFireAgain Method

Quartz.NET 3.0 API Documentation
Used by the IScheduler to determine whether or not it is possible for this ITrigger to fire again.

If the returned value is then the IScheduler may remove the ITrigger from the IJobStore.

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

C#
bool GetMayFireAgain()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quartz.ITrigger.GetMayFireAgain"]

See Also

Reference