NoOpJob ClassQuartz.NET API Documentation
An implementation of Job, that does absolutely nothing - useful for system which only wish to use ITriggerListeners and IJobListeners, rather than writing Jobs that perform work.
Inheritance Hierarchy

System Object
  Quartz.Job NoOpJob

Namespace: Quartz.Job
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

public class NoOpJob : IJob
See Also