scheduled.job

Defines the job interface, and some simple utilities to go with it.

Members

Classes

FunctionJob
class FunctionJob

Simple job that executes a function.

ScheduledJob
class ScheduledJob

Represents a pairing of a Job with a schedule. This is a component that is utilized internally by Schedulers.

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