Click or drag to resize

JobConfigurationSchedulerOptions Property

Gets or sets the options controlling the scheduler behavior.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public SchedulerOptions SchedulerOptions { get; set; }

Property Value

Type: SchedulerOptions
The scheduler options.
See Also