Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains counter data for the tasks that are running in the cluster.
To get this interface, call the ISchedulerTask::GetCounters method.
Members
The ISchedulerTaskCounters interface inherits from the IDispatch interface. ISchedulerTaskCounters also has these types of members:
- Properties
Properties
The ISchedulerTaskCounters interface has these properties.
| Property | Access type | Description | 
|---|---|---|
| Read-only | Retrieves the total CPU time used by all tasks that are running in the cluster. | |
| Read-only | Retrieves the elapsed execution time for kernel-mode instructions (the total time that all tasks that are running in the cluster have spent in kernel-mode). | |
| Read-only | Retrieves the total memory used by all tasks that are running in the cluster. | |
| Read-only | Retrieves the elapsed execution time for user-mode instructions (the total time that all tasks that are running in the cluster have spent in user-mode). | 
Requirements
| Product | HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities | 
| Type library | Microsoft.Hpc.Scheduler.tlb |