IJob::put_RunUntilCanceled method

Sets the value that indicates if the resources allocated to a job are reserved until the job is canceled (even if the job has no active tasks).

Syntax

HRESULT put_RunUntilCanceled(
  [in] VARIANT_BOOL pRetVal
);

Parameters

  • pRetVal [in]
    Set the value to VARIANT_TRUE if the resources that are allocated to a job are reserved for the job even when the job has no active tasks; otherwise, VARIANT_FALSE. The default is VARIANT_FALSE.

Return value

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

IJob

IJob::get_RunUntilCanceled