scheduled.job

Undocumented in source.

Members

Classes

FunctionJob
class FunctionJob

Simple job that executes a function.

ScheduledJob
class ScheduledJob

Represents a pairing of a Job with a schedule.

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