Share via


Task.IsRerunnable Property

Determines whether the task can be rerun after a failure.

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

Usage

Syntax

'Declaration
<DefaultValueAttribute(True)> _
<XmlAttributeAttribute> _
Public Property IsRerunnable As Boolean
[DefaultValueAttribute(true)] 
[XmlAttributeAttribute] 
public bool IsRerunnable { get; set; }
[DefaultValueAttribute(true)] 
[XmlAttributeAttribute] 
public:
virtual property bool IsRerunnable {
    bool get () sealed;
    void set (bool value) sealed;
}
/** @property */
public final boolean get_IsRerunnable ()

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

public final 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 Cluster.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

Task Class
Task Members
Microsoft.ComputeCluster Namespace