ITask.IsExclusive Property

Determines whether other tasks from the job can run on the node at the same time as this task.

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

Usage

Syntax

'Declaration
Property IsExclusive As Boolean
bool IsExclusive { get; set; }
property bool IsExclusive {
    bool get ();
    void set (bool value);
}
/** @property */
boolean get_IsExclusive ()

/** @property */
void set_IsExclusive (boolean value)
function get IsExclusive () : boolean

function set IsExclusive (value : boolean)

Property Value

The value is true if other tasks from the same job cannot run on the node; otherwise, false. The default is false.

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

ITask Interface
ITask Members
Microsoft.ComputeCluster Namespace
IJob.IsExclusive Property