Click or drag to resize

ITaskScheduler Interface

Interface for Jumbo Jet task schedulers.

Namespace:  Ookii.Jumbo.Jet.Scheduling
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public interface ITaskScheduler

The ITaskScheduler type exposes the following members.

Methods
  NameDescription
Public methodScheduleTasks
Performs a scheduling pass.
Top
Remarks

Implement this interface if you want to customize the scheduling behavior of Jumbo Jet. Use the Scheduler configuration property to specify which scheduler to use.

See Also