IJobCounter Members
Retrieves counter values related to the status of tasks in the job (for example, the number of tasks that have finished).
The following tables list the members exposed by the IJobCounter type.
Public Properties
Name | Description | |
---|---|---|
NumberOfCancelledTasks | Retrieves the number of canceled tasks in the job. | |
NumberOfFailedTasks | Retrieves the number of failed tasks in the job. | |
NumberOfFinishedTasks | Retrieves the number of finished tasks in the job. | |
NumberOfNotSubmittedTasks | Retrieves the number of tasks in the job that have not been submitted. | |
NumberOfQueuedTasks | Retrieves the number of queued tasks in the job. | |
NumberOfRunningTasks | Retrieves the number of running tasks in the job. |
Top