Job

A job is a task which is submitted to the scheduler, to be run one or more times, according to a given schedule.

interface Job {}

Members

Functions

run
void run()

The method which is called to execute this job.

Meta