ITask::get_Depend method

Retrieves the dependent tasks.

Syntax

HRESULT get_Depend(
  [out] BSTR *pRetVal
);

Parameters

  • pRetVal [out]
    A comma-separated list of task names.

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

ITask

ITask::put_Depend