TaskCounts Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The task counts for a job.
public class TaskCounts
type TaskCounts = class
Public Class TaskCounts
- Inheritance
-
TaskCounts
Properties
Active |
Gets the number of tasks in the active state. |
Completed |
Gets the number of tasks in the completed state. |
Failed |
Gets the number of tasks which failed. A task fails if its result (found in the executionInfo property) is 'failure'. |
Running |
Gets the number of tasks in the running or preparing state. |
Succeeded |
Gets the number of tasks which succeeded. A task succeeds if its result (found in the executionInfo property) is 'success'. |
Applies to
Azure SDK for .NET