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
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

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

JobCounter Class
Microsoft.ComputeCluster Namespace