QueueStatusDataSet.StatusRow.PercentComplete property
Indicates the percentage complete of the queue job.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PercentComplete As Integer
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Integer
value = instance.PercentComplete
instance.PercentComplete = value
public int PercentComplete { get; set; }
Property value
Type: System.Int32
Remarks
For queue status results that show the PercentComplete property, see the ReadJobStatus method.
See also
Reference
QueueStatusDataSet.StatusRow class