GetProjectTask method

Gets the project task for the supplied TaskID.

Syntax


C++

HRESULT GetProjectTask (
   LONG TaskID,
   
IERUItem** ppProjectTask)

Scripting languages

Set ProjectTask = Object.GetProjectTask (
   TaskID as LONG)

Parameters


TaskID

The numeric TaskID for which you are requesting the task. Note that a task item also has an itemid string.

ppProjectTasks

Upon return, an IERUItem for the specified task.

Return value


C++

The return code.

Scripting languages

Upon return, an IERUItem for the specified task.

Home

Interface

IERUProjectSchedule