Share via


ISchedulerCore interface

Provides information about a core on a node such as its state and the task currently running on it.

To get this interface, call the ISchedulerNode::GetCores method.

Members

The ISchedulerCore interface inherits from the IDispatch interface. ISchedulerCore also has these types of members:

  • Properties

Properties

The ISchedulerCore interface has these properties.

Property Access type Description

Id

Read-only

Retrieves the identifier that uniquely identifies the core.

JobId

Read-only

Retrieves the identifier of the job running on the core.

State

Read-only

Retrieves the state of the core.

TaskId

Read-only

Retrieves the identifier of the task running on the core.

 

Requirements

Product

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

Type library

Microsoft.Hpc.Scheduler.tlb

See also

HPC Interfaces