Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScheduleBase

Package version

Base definition of a schedule

Hierarchy

  • ScheduleBase

Index

Properties

Optional endTime

endTime: Date

Specifies end time of schedule in ISO 8601 format. If not present, the schedule will run indefinitely

Optional scheduleStatus

scheduleStatus: ScheduleStatus

Specifies the schedule's status

scheduleType

scheduleType: "Cron" | "Recurrence"

Polymorphic discriminator, which specifies the different types this object can be

Optional startTime

startTime: Date

Specifies start time of schedule in ISO 8601 format.

Optional timeZone

timeZone: undefined | string

Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format.

Generated using TypeDoc