JobStats interface

Stats that are available for all jobs in common

Properties

completedWorkItemCount

Completed work item count.

estimatedTimeRemaining

The estimated time remaining.

totalWorkItemCount

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