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 |
---|---|---|
Read-only |
Retrieves the identifier that uniquely identifies the core. |
|
Read-only |
Retrieves the identifier of the job running on the core. |
|
Read-only |
Retrieves the state of the core. |
|
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 |