Share via


ISchedulerTask::AllocatedNodes property

Retrieves the names of the nodes that have been allocated to run the task or have run the task.

This property is read-only.

Syntax

HRESULT get_AllocatedNodes(
  [out] IStringCollection **pNodeNames
);

Property value

An IStringCollection interface that contains the names of the nodes that have been allocated to run the task or have run the task.

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 ErrorMessage property.

Requirements

Product

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

Type library

Microsoft.Hpc.Scheduler.tlb

See also

ISchedulerJob.AllocatedNodes

ISchedulerJob.NodeGroups

ISchedulerJob.RequestedNodes

ISchedulerTask

ISchedulerTask.RequiredNodes