Stage |
The StageStatus type exposes the following members.
| Name | Description | |
|---|---|---|
| StageStatus | Initializes a new instance of the StageStatus class. |
| Name | Description | |
|---|---|---|
| EndTime | Gets the end time of this stage, or if the stage hasn't finished. | |
| FinishedTaskCount | Gets the number of finished tasks in this stage. | |
| IsFinished | Gets a value that indicates whether all tasks in this stage have finished. | |
| Metrics | Gets the combined metrics for all the tasks in the stage. | |
| PendingTaskCount | Gets the number of pending tasks in this stage. | |
| Progress | Gets the total progress of this stage. | |
| RunningTaskCount | Gets the number of running tasks in this stage. | |
| StageId | Gets or sets the ID of the stage. | |
| StageProgress | Gets the total progress of this stage, including additional progress values. | |
| StartTime | Gets the start time of this stage, or if the stage hasn't started. | |
| Tasks | Gets the tasks of this stage. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |