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.
Retrieves counter values related to the status of tasks in the job (for example, the number of tasks that have finished).
To get this interface, call the ICluster::GetJobCounter method.
Members
The IJobCounter interface inherits from the IDispatch interface. IJobCounter also has these types of members:
- Methods
Methods
The IJobCounter interface has these methods.
Method | Description |
---|---|
get_NumberOfCancelledTasks | Retrieves the number of canceled tasks. |
get_NumberOfFailedTasks | Retrieves the number of failed tasks. |
get_NumberOfFinishedTasks | Retrieves the number of finished tasks. |
get_NumberOfNotSubmittedTasks | Retrieves the number of tasks that have not been submitted. |
get_NumberOfQueuedTasks | Retrieves the number of queued tasks. |
get_NumberOfRunningTasks | Retrieves the number of running tasks. |
Requirements
Product |
Compute Cluster Pack Client Utilities |
Type library |
Ccpapi.tlb |