Share via


IResourceUsage.Processes Property

Retrieves the list of processes being used by the job or task.

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

Usage

Syntax

'Declaration
ReadOnly Property Processes As IClusterEnumerable
IClusterEnumerable Processes { get; }
property IClusterEnumerable^ Processes {
    IClusterEnumerable^ get ();
}
/** @property */
IClusterEnumerable get_Processes ()
function get Processes () : IClusterEnumerable

Property Value

An IClusterEnumerable interface that contains a collection of strings that identify the processes being used by the job or task.

Remarks

Use this property only when the status of the job or task is Running.

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

IResourceUsage Interface
IResourceUsage Members
Microsoft.ComputeCluster Namespace