ITask.IsRerunnable Property

Determines whether the task can be rerun after a failure.

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

Usage

Syntax

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

/** @property */
void set_IsRerunnable (boolean value)
function get IsRerunnable () : boolean

function set IsRerunnable (value : boolean)

Property Value

The value is true if the task can be rerun after a failure; otherwise, false. The default is true.

Remarks

If this value is false, you cannot call the ICluster.RequeueTask method to rerun the task.

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