Reporting.RefreshJobStatus Enumeration
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)
Syntax
'Declaration
Public Enumeration RefreshJobStatus
'Usage
Dim instance As Reporting.RefreshJobStatus
public enum RefreshJobStatus
Members
Member name | Description | |
---|---|---|
NeverStarted | Value=0. Not supported. The refresh job never started. | |
Succeded | Value=1. Not supported. The refresh job is finished and succeeded. | |
FailedNotLocked | Value=2. Not supported. The refresh job is finished, but it failed for some reason. | |
FailedLocked | Value=3. Not supported. The refresh job is finished, but it failed for some reason. The Reporting database must be locked. | |
InProgress | Value=4. Not supported. The refresh job is running at the moment the query is executed. | |
StoppingDueToPendingDuplicate | Value=5. Not supported. The refresh job is stopping due to a pending duplicate. |
Remarks
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.