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
public property NumberOfCancelledTasks Retrieves the number of canceled tasks in the job.
public property NumberOfFailedTasks Retrieves the number of failed tasks in the job.
public property NumberOfFinishedTasks Retrieves the number of finished tasks in the job.
public property NumberOfNotSubmittedTasks Retrieves the number of tasks in the job that have not been submitted.
public property NumberOfQueuedTasks Retrieves the number of queued tasks in the job.
public property NumberOfRunningTasks Retrieves the number of running tasks in the job.

Top

See Also

Reference

IJobCounter Interface
Microsoft.ComputeCluster Namespace