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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.