Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CustomFrequencyDetails

Frequency details model to set cron-based frequency

Properties

Optional customExpression

customExpression: undefined | string

This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)

Optional frequency

frequency: Frequency

the frequency of the schedule.

Const modelType

modelType: string = "CUSTOM"

Methods

getDeserializedJsonObj

getJsonObj