DpmJobTaskDetails interface
DPM 工作負載特定的作業工作詳細數據。
屬性
duration | 任務經過的時間。 |
end |
結束時間。 |
start |
開始時間。 |
status | 狀態。 |
task |
工作顯示名稱。 |
屬性詳細資料
duration
任務經過的時間。
duration?: string
屬性值
string
endTime
結束時間。
endTime?: Date
屬性值
Date
startTime
開始時間。
startTime?: Date
屬性值
Date
status
狀態。
status?: string
屬性值
string
taskId
工作顯示名稱。
taskId?: string
屬性值
string