CronTrigger interface
基于 Cron 的触发器。
- 扩展
属性
| end |
ISO 8601 格式的 cron 计划的结束时间。 |
| expression | Cron 表达式,用于定义计划频率。 |
| start |
ISO 8601 格式的 cron 计划的开始时间。 |
| time |
cron 计划的时区。 |
| type | 类型鉴别器总是“Cron”。 |
属性详细信息
endTime
ISO 8601 格式的 cron 计划的结束时间。
endTime?: string
属性值
string
expression
Cron 表达式,用于定义计划频率。
expression: string
属性值
string
startTime
ISO 8601 格式的 cron 计划的开始时间。
startTime?: string
属性值
string
timeZone
cron 计划的时区。
timeZone?: string
属性值
string
type
类型鉴别器总是“Cron”。
type: "Cron"
属性值
"Cron"