Share via


QueueStatusDataSet.StatusRow.PercentComplete Property

Indicates the percentage complete of the queue job.

Namespace:  [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl

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

QueueStatusDataSet.StatusRow Members

QueueSystem Web Service