Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobStats

Package version

interface

An interface representing JobStats. Stats that are available for all jobs in common

Hierarchy

  • JobStats

Index

Properties

Optional completedWorkItemCount

completedWorkItemCount: undefined | number
member

{number} [completedWorkItemCount] Completed work item count.

Optional estimatedTimeRemaining

estimatedTimeRemaining: undefined | number
member

{number} [estimatedTimeRemaining] The estimated time remaining.

Optional totalWorkItemCount

totalWorkItemCount: undefined | number
member

{number} [totalWorkItemCount] Total work item count.

Generated using TypeDoc