QueueConstants.JobState Enumeration

Specifies the status of a queue job.

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

Syntax

'Declaration
Public Enumeration JobState
'Usage
Dim instance As QueueConstants.JobState
public enum JobState

Members

Member name Description
Unknown Value=0. Queue job unknown.
ReadyForProcessing Value=1. Queue job ready for processing.
SendIncomplete Value=2. Queue job send incomplete.
Processing Value=3. Queue job processing.
Success Value=4. Queue job completed successfully.
Failed Value=5. Queue job failed. Unfinished jobs with the same correlation are blocked.
FailedNotBlocking Value=6. Queue job failed. Unfinished jobs with the same correlation are not blocked.
ProcessingDeferred Value=7. Queue job processing deferred.
CorrelationBlocked Value=8. Queue job correlation blocked; the job is not processed.
Canceled Value=9. Queue job canceled.
OnHold Value=10. Queue job on hold.
Sleeping Value=11. Queue job sleeping.
ReadyForLaunch Value=12. Queue job ready for launch.
LastState Value=13. Queue job last state.

Remarks

Note

The [QueueSystem Web service] namespace also includes the JobState type.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace

Other Resources

How to: Use the QueueSystem Service