Click or drag to resize

StageStatus Properties

The StageStatus type exposes the following members.

Properties
  NameDescription
Public propertyEndTime
Gets the end time of this stage, or if the stage hasn't finished.
Public propertyFinishedTaskCount
Gets the number of finished tasks in this stage.
Public propertyIsFinished
Gets a value that indicates whether all tasks in this stage have finished.
Public propertyMetrics
Gets the combined metrics for all the tasks in the stage.
Public propertyPendingTaskCount
Gets the number of pending tasks in this stage.
Public propertyProgress
Gets the total progress of this stage.
Public propertyRunningTaskCount
Gets the number of running tasks in this stage.
Public propertyStageId
Gets or sets the ID of the stage.
Public propertyStageProgress
Gets the total progress of this stage, including additional progress values.
Public propertyStartTime
Gets the start time of this stage, or if the stage hasn't started.
Public propertyTasks
Gets the tasks of this stage.
Top
See Also