Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CronSchedule

Cron schedule for a scheduled task.

Properties

expression

expression: string

Value in cron format.

Optional misfirePolicy

misfirePolicy: MisfirePolicy

Schedule misfire retry policy.

Optional timeOfFirstExecution

timeOfFirstExecution: Date

The date and time the scheduled task should execute first time after create or update; thereafter the task will execute as specified in the schedule.

timeZone

timeZone: string

Time zone, by default UTC.

Const type

type: string = "CRON"

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Schedule): object

getJsonObj