Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.06 KB

Project.pjjobtype.md

File metadata and controls

35 lines (21 loc) · 1.06 KB
title ms.service ms.assetid ms.date ms.localizationpriority
PjJobType enumeration (Project)
project-server
61e64bfb-8cd8-7b76-9a5f-b7499953275f
06/08/2017
medium

PjJobType enumeration (Project)

Contains constants that specify the type of job (save, publish, or check in) that the Project Professional cache can send to the Project Server Queue System.

Members

Name Value Description
pjCacheProjectCheckin 1 The queue job message is to check in the project.
pjCacheProjectSave 0 The queue job message is to save the project.
pjCacheProjectPublish 2 The queue job message is to publish the project.

Remarks

In the Application.GetCacheStatusForProject property, the ProjectJobType parameter can be one of the PjJobType constants.

See also

GetCacheStatusForProject Property PjCacheJobState Enumeration

[!includeSupport and feedback]