Share via


ISchedulerJob::Pool property

Returns the name of the job’s pool.

This property is read-only.

Syntax

HRESULT get_Pool(
  [out] BSTR *pPool
);

Property value

The name of the job’s pool.

Error codes

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

Requirements

Product

This property was introduced in Windows HPC Server 2008 R2 with Service Pack 1 (SP1) and is not supported in previous versions.

Type library

Microsoft.Hpc.Scheduler.tlb

See also

IScheduler::CreatePool

IScheduler::DeletePool

IScheduler::GetPoolList

IScheduler::OpenPool

ISchedulerJob