PS.JobState enumeration (ps.js)

Specifies the status of a queue job.

Applies to: Project Professional 2013 | Project Server 2013

PS.JobState

Remarks

JobState constants can be used with the QueueJob.JobState property.

Members

The JobState enumeration has the following members.

Member

Value

Description

unknown

0

readyForProcessing

1

sendIncomplete

2

processing

3

success

4

failed

5

failedNotBlocking

6

processingDeferred

7

correlationBlocked

8

canceled

9

onHold

10

sleeping

11

readyForLaunch

12

lastState

13

canceled

correlationBlocked

failed

failedNotBlocking

lastState

onHold

processing

processingDeferred

readyForLaunch

readyForProcessing

sendIncomplete

sleeping

success

unknown

See also

Reference

Microsoft.ProjectServer.Client.JobState