QueueJob.JobState property

Gets the current progress of a job that is queued.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property JobState As JobState
    Get
'Usage
Dim instance As QueueJob
Dim value As JobState

value = instance.JobState
[RemoteAttribute]
public JobState JobState { get; }

Property value

Type: Microsoft.ProjectServer.Client.JobState
An object that contains the job state.

See also

Reference

QueueJob class

QueueJob members

Microsoft.ProjectServer.Client namespace