ScheduleRun interface
计划运行模型。
属性
| error | 计划运行的错误信息。 |
| properties | 计划运行的属性。 |
| run |
计划运行的标识符。 |
| schedule |
计划的标识符。 |
| success | 触发计划运行的成功状态。 |
| trigger |
计划运行的触发时间。 |
属性详细信息
error
计划运行的错误信息。
error?: string
属性值
string
properties
计划运行的属性。
properties: Record<string, string>
属性值
Record<string, string>
runId
计划运行的标识符。
runId: string
属性值
string
scheduleId
计划的标识符。
scheduleId: string
属性值
string
success
触发计划运行的成功状态。
success: boolean
属性值
boolean
triggerTime
计划运行的触发时间。
triggerTime?: string
属性值
string