共用方式為


JobStats interface

通用所有作業可用的統計資料

屬性

completedWorkItemCount

已完成的工作專案計數。

estimatedTimeRemaining

剩餘的估計時間。

totalWorkItemCount

工作專案計數總計。

屬性詳細資料

completedWorkItemCount

已完成的工作專案計數。

completedWorkItemCount?: number

屬性值

number

estimatedTimeRemaining

剩餘的估計時間。

estimatedTimeRemaining?: number

屬性值

number

totalWorkItemCount

工作專案計數總計。

totalWorkItemCount?: number

屬性值

number