QueueConstants.CompletedJobStates method

Reserved for internal use.

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

Syntax

'Declaration
Public Shared Function CompletedJobStates As IEnumerable(Of QueueConstants.JobState)
'Usage
Dim returnValue As IEnumerable(Of QueueConstants.JobState)

returnValue = QueueConstants.CompletedJobStates()
public static IEnumerable<QueueConstants.JobState> CompletedJobStates()

Return value

Type: System.Collections.Generic.IEnumerable<QueueConstants.JobState>

See also

Reference

QueueConstants class

QueueConstants members

Microsoft.Office.Project.Server.Library namespace