QueueJob.PercentComplete property
Gets the percentage complete value for the queue job.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property PercentComplete As Integer
Get
'Usage
Dim instance As QueueJob
Dim value As Integer
value = instance.PercentComplete
[RemoteAttribute]
public int PercentComplete { get; }
Property value
Type: System.Int32
A percentage number.