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