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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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