Click or drag to resize

IJobRunner Interface

Interface for classes that provide job running services.

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

The IJobRunner type exposes the following members.

Methods
  NameDescription
Public methodFinishJob
Called after the job finishes.
Public methodRunJob
Starts the job.
Top
See Also