IJob.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
Property RunUntilCanceled As Boolean
bool RunUntilCanceled { get; set; }
property bool RunUntilCanceled {
bool get ();
void set (bool value);
}
/** @property */
boolean get_RunUntilCanceled ()
/** @property */
void set_RunUntilCanceled (boolean value)
function get RunUntilCanceled () : boolean
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
IJob Interface
IJob Members
Microsoft.ComputeCluster Namespace
IJob.Runtime Property