scheduled.job

Defines the job interface.

Members

Classes

FunctionJob
class FunctionJob

Simple job that executes a function.

Interfaces

Job
interface Job

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

Meta