Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimerCriteria

The detail definition of TimerCriteria

Hierarchy

  • TimerCriteria

Index

Properties

firstScheduleDate

firstScheduleDate: string

First execution time after splicing.

Optional intervalUnit

intervalUnit: "Month" | "Day"

The interval period unit is month, day; if intervalUnit is day and scheduleInterval is 7 means by week.

Optional periodType

periodType: string

when intervalUnit is month, last 1-31; when intervalUnit is week, 1-7.

Optional scheduleInterval

scheduleInterval: number

Interval period length

Optional scheduleMode

scheduleMode: scheduleMode

Execution times: 1 once execution, 2 periodic execution.