Reporting.RefreshJobStatus enumeration

Office 2013 and later

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
NeverStartedValue=0. Not supported. The refresh job never started.
SuccededValue=1. Not supported. The refresh job is finished and succeeded.
FailedNotLockedValue=2. Not supported. The refresh job is finished, but it failed for some reason.
FailedLockedValue=3. Not supported. The refresh job is finished, but it failed for some reason. The Reporting database must be locked.
InProgressValue=4. Not supported. The refresh job is running at the moment the query is executed.
StoppingDueToPendingDuplicateValue=5. Not supported. The refresh job is stopping due to a pending duplicate.

The Reporting.RefreshJobStatus type is used in the ItemValue column of the dbo.MSP_AdminStatus table. Values and descriptions for the Reporting.RefreshJobStatus type are provided solely for interpreting the information in this table.

Show: