Job.RunUntilCanceled Property
Determines whether the resources that are allocated to a job are reserved for the job until the job is canceled (even if the job has no active tasks).
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
<XmlAttributeAttribute> _
<DefaultValueAttribute(False)> _
Public Property RunUntilCanceled As Boolean
[XmlAttributeAttribute]
[DefaultValueAttribute(false)]
public bool RunUntilCanceled { get; set; }
[XmlAttributeAttribute]
[DefaultValueAttribute(false)]
public:
virtual property bool RunUntilCanceled {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_RunUntilCanceled ()
/** @property */
public final void set_RunUntilCanceled (boolean value)
public final function get RunUntilCanceled () : boolean
public final function set RunUntilCanceled (value : boolean)
Property Value
The value is true if the resources that are allocated to a job are reserved for the job even when it has no active tasks; 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
Job Class
Job Members
Microsoft.ComputeCluster Namespace
Job.Runtime Property