JobCounter.NumberOfFailedTasks Property

Retrieves the number of failed tasks in the job.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
Public Property NumberOfFailedTasks As Integer
public int NumberOfFailedTasks { get; set; }
public:
virtual property int NumberOfFailedTasks {
    int get () sealed;
    void set (int value);
}
/** @property */
public final int get_NumberOfFailedTasks ()

/** @property */
public void set_NumberOfFailedTasks (int value)
public final function get NumberOfFailedTasks () : int

public function set NumberOfFailedTasks (value : int)

Property Value

The number of failed tasks (tasks with the status TaskStatus.Failed).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

JobCounter Class
JobCounter Members
Microsoft.ComputeCluster Namespace