TimesheetEnum.QueueJobStatus enumeration
Specifies the status of a timesheet Queuing Service job.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration QueueJobStatus
'Usage
Dim instance As TimesheetEnum.QueueJobStatus
public enum QueueJobStatus
Members
Member name | Description | |
---|---|---|
Passed | Value=0. The job passed. | |
Pending | Value=1. The job is pending. | |
Failed | Value=2. The job failed. |
Remarks
The TimesheetEnum.QueueJobStatus type is used by the TS_QUEUE_JOB_STATUS field.