ISchedulerJob::IsExclusive property

Determines whether nodes are exclusively allocated to the job.

This property is read/write.

Syntax

HRESULT put_IsExclusive(
  [in]  VARIANT_BOOL isExclusive
);

HRESULT get_IsExclusive(
  [out] VARIANT_BOOL *pIsExclusive
);

Property value

Set to VARIANT_TRUE if the nodes are exclusively allocated to the job; otherwise, VARIANT_FALSE.

The Default job template sets the default value to VARIANT_FALSE.

Error codes

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. To get a description of the error, access the ISchedulerJob::ErrorMessage property.

Requirements

Product

HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

ISchedulerJob

ISchedulerJob.RequestedNodes