QueueSystem::ReadMyJobStatus method
Office 2013 and later
Gets the status of jobs owned by the current user from the Project Server Queuing Service.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Parameters
- messageTypes
- Type: []
Array of QueueMsgType enumeration values.
- JobCompletionState
- Type: []
Array of JobState enumeration values.
- fromDate
- Type: System.DateTime
Minimum date and time of queue jobs.
- toDate
- Type: System.DateTime
Maximum date and time of queue jobs.
- maxRows
- Type: System.Int32
Maximum number of job status rows to return.
- includeWaitTime
- Type: System.Boolean
If true, include the expected job wait time.
- sortColumn
- Type: WebSvcQueueSystem.SortColumn
Specifies which field to sort in the list of jobs.
- sortOrder
- Type: WebSvcQueueSystem.SortOrder
Specifies whether to sort and in what order.
Return value
Type: WebSvcQueueSystem.QueueStatusDataSetStatus of the requested jobs submitted by the current user, with the QueueStatusDataSet.StatusRow data for each job.
For examples of job status requests and resulting data, see ReadJobStatus and ReadJobStatusSimple.
Project Server Permissions
Permission | Description |
|---|---|
Allows the user to log on to Project Server. Global permission. |
Show: