IJobCounter::get_NumberOfNotSubmittedTasks method

Retrieves the number of tasks in the job that have not been submitted.

Syntax

HRESULT get_NumberOfNotSubmittedTasks(
  [out] long *pRetVal
);

Parameters

  • pRetVal [out]
    The number of tasks that have not been submitted (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

See also

IJobCounter