public interface IJob
A job that may be scheduled for execution using IScheduler
Since:
11.0
Author:
Petru Galanton
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be executed when the job fires.
  • Method Details

    • execute

      void execute(IExecutionContext context)
      This method will be executed when the job fires.
      Parameters:
      context - the execution context of the current job
      Throws:
      JobExecutionException - on exception