Application.RequestProgressInformation Method
Project Developer Reference |
Requests progress information from resources, republishes, and saves the active project. .
Syntax
expression.RequestProgressInformation(ShowDialog, ItemsScope, NotifyTaskLead, NotificationText, ReportingPeriodFrom, ReportingPeriodTo)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
ShowDialog | Optional | Boolean | True if Project displays the message type's corresponding dialog box. The default value is False. |
ItemsScope | Optional | Long | Specifies the scope of assignments to be published. Can be one of the following PjPublishScope constants: pjPublishScopeAll, pjPublishScopeDefault, pjPublishScopeSelected, or pjPublishScopeVisible. The default value is pjPublishScopeAll. |
NotifyTaskLead | Optional | Boolean | True if Project only notifies the task lead for delegated tasks with a lead. The default value is False. |
NotificationText | Optional | String | The body text for the e-mail notification. |
ReportingPeriodFrom | Optional | Variant | The beginning date of the reporting period for assignment status. This affects the user's filtered tasks view or MAPI message. |
ReportingPeriodTo | Optional | Variant | The end date of the reporting period for assignment status. This affects the users filtered tasks view or MAPI message. |
Remarks
Using the RequestProgressInformation method without specifying any arguments displays the Request Progress Information dialog box.
See Also