JobStats interface
Stats that are available for all jobs in common
Properties
completed |
Completed work item count. |
estimated |
The estimated time remaining. |
total |
Total work item count. |
Property Details
completedWorkItemCount
Completed work item count.
completedWorkItemCount?: number
Property Value
number
estimatedTimeRemaining
The estimated time remaining.
estimatedTimeRemaining?: number
Property Value
number
totalWorkItemCount
Total work item count.
totalWorkItemCount?: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript