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)
| 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. |
Show: