Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.28 KB

Project.Application.JobCompleted.md

File metadata and controls

40 lines (25 loc) · 1.28 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.JobCompleted event (Project)
project-server
Project.Application.JobCompleted
44f7987c-92e0-a302-a775-7e62dab2ef86
06/08/2017
medium

Application.JobCompleted event (Project)

Occurs when a queued job originating from Project Professional is completed.

Syntax

expression. JobCompleted( _bstrName_, _bstrprojGuid_, _bstrjobGuid_, _jobType_, _lResult_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
bstrName Required String Name of the project whose queue job was completed.
bstrprojGuid Required String GUID of the project whose queue job was completed.
bstrjobGuid Required String GUID of the job that was completed.
jobType Required Long Type of the job that was completed. For example, Project Save, Project Publish, or Project Status Update.
lResult Required Long HResult (error code) of the queue operation. For example, 0 indicates success and E_FAIL indicates failure.

Return value

Nothing

[!includeSupport and feedback]