ISchedulerJob::CanGrow property

Determines whether the job resources can grow.

This property is read-only.

Syntax

HRESULT get_CanGrow(
  [out] VARIANT_BOOL *pCanGrow
);

Property value

If VARIANT_TRUE, the job resources can grow as more resources become available; otherwise, VARIANT_FALSE. The default value is VARIANT_TRUE.

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.

Remarks

The server will allocate more resources to job if it determines that the job will benefit from the increase, and if there are more resources available; the server will not grow the resources beyond the maximum requested.

Requirements

Product

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

Type library

Microsoft.Hpc.Scheduler.tlb

See also

ISchedulerJob

ISchedulerJob.AutoCalculateMax

ISchedulerJob.CanShrink

ISchedulerJob.MaximumNumberOfNodes

ISchedulerJob.MaximumNumberOfCores

ISchedulerJob.MaximumNumberOfSockets