Package version:

Interface JobSchedule

Scheduling properties of a job.

Hierarchy

  • JobSchedule

Properties

enabled?: boolean

Whether or not the schedule is enabled.

endTime?: Date

Schedule end time.

interval?: string

Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.

startTime?: Date

Schedule start time.

Schedule interval type

Generated using TypeDoc