TriggerStatus Constructor

Quartz.NET 3.0 API Documentation
Construct a new TriggerStatus with the status name and nextFireTime.

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

C#
public TriggerStatus(
	string status,
	Nullable<DateTimeOffset> nextFireTime
)

Parameters

status
Type: SystemString
The trigger's status
nextFireTime
Type: SystemNullableDateTimeOffset
The next time trigger will fire
See Also

Reference