Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the queue job completion state.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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