IClusterCounter::get_NumberOfNotSubmittedTasks method
Retrieves the number of tasks that have not been submitted.
Syntax
HRESULT get_NumberOfNotSubmittedTasks(
[out] long *pRetVal
);
Parameters
- pRetVal [out]
The number of tasks whose parent job has not been submitted to the scheduling queue (tasks with the status TaskStatus_NotSubmitted).
Return value
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.
Requirements
Product |
Compute Cluster Pack Client Utilities |
Type library |
Ccpapi.tlb |