Share via


IJob::get_Priority method

Retrieves the job priority.

Syntax

HRESULT get_Priority(
  [out] JobPriority *pRetVal
);

Parameters

  • pRetVal [out]
    The job priority. For a list of values, see JobPriority.

Return value

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

Remarks

To set the job priority, call the IJob::put_Priority method.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

IJob

IJob::put_Priority