ITrigger GetMayFireAgain Method Quartz.NET 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: 2.2.1.400
Syntax

bool GetMayFireAgain()

Return Value

Type: Boolean

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

See Also