CreateProgressReport method

Creates a status report entry for the task.

Syntax


C++
HRESULT CreateProgressReport( 
   DOUBLE
Progress,
   BSTR
Notes,
   VARIANT Reserved
   IERUProgressReport**
ppProgressReport)
Scripting languages
Set ProgressReport = Object.CreateProgressReport(
   Progress as Double,
   Notes
as String,
   Reserved as Variant)

Parameters


Progress

The number of days since the task started.

Notes

Notes for the task.

Reserved

This parameter is reserved for future use. Currently, it should either be omitted or specified as NULL.

ppProgressReport

Upon return, an IERUProgressReport interface pointer to the newly-created progress report.

Return value


C++

The return code.

Scripting languages

Upon return, an IERUProgressReport interface pointer to the newly-created progress report.

 

Home

Applies to

IERUProjectTask