QueueStatusDataSet.StatusRow.JobCompletionState Property
Indicates the queue job completion state.
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 JobCompletionState As Integer
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Integer
value = instance.JobCompletionState
instance.JobCompletionState = value
public int JobCompletionState { get; set; }
Property Value
Type: System.Int32
Remarks
Integer values for the JobCompletionState property are defined in the JobState enumeration. For queue status results that show JobCompletionState, see the ReadJobStatus method.
See Also
Reference
QueueStatusDataSet.StatusRow Class