SchedulerConstantsDefaultGroup Field

Quartz.NET 3.0 API Documentation
A (possibly) useful constant that can be used for specifying the group that IJob and ITrigger instances belong to.

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

C#
public const string DefaultGroup = "DEFAULT"

Field Value

Type: String
See Also

Reference