JobCounter 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 JobCounter type.
Public Constructors
Name | Description | |
---|---|---|
JobCounter | Overloaded. Initializes a new instance of the JobCounter class. |
Top
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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top