Skip to main content

JobSchedule

JobSchedule = object

Encapsulates the timing of a job to be scheduled with the job scheduler.

Properties

end?

optional end: Date

Defines when the job should stop running. If omitted, recurring jobs run indefinitely.


jobInterval

jobInterval: JobInterval

Determines how often the job runs.


start

start: Date

Specifies when the job should start running.