QueueStatusDataSet.StatusRow Members
Include Protected Members
Include Inherited Members
Represents the status of one queue job in the QueueStatusDataSet.
The QueueStatusDataSet.StatusRow type exposes the following members.
Properties
Name
Description
Specifies the unique identifier of the queue job correlation.
Specifies the priority of the queue job correlation.
Error information in the queue job status.
Priority of the job group in the queue.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Item[DataColumn, DataRowVersion]
(Inherited from DataRow.)
(Inherited from DataRow.)
Queue job completion state.
Specifies the unique identifier used to track a group of queue jobs.
Specifies the unique identifier of a queue job.
Specifies the unique identifier of the correlated job information.
Specifies the unique identifier of the most recent administrator action in managing the queue.
Name of the computer that processed the Queue job. If the job has not been processed, the MachineName field is a null reference (Nothing in Visual Basic).
Type of message in a queue job status request.
Percent complete of the queue job.
Specifies the completion date and time of queue job processing.
Date and time the job entered the queue.
Specifies the queue identifier (1 is the Project queue; 2 is the Timesheet queue).
Position of the job in the queue.
If the queue job was processing, date and time the status was read.
Date and time the queue last started processing jobs.
Specifies the unique identifier associated with the Project Server resource who submitted the job to the queue.
(Inherited from DataRow.)
(Inherited from DataRow.)
Specifies the unique identifier associated with the queue service.
(Inherited from DataRow.)
Expected wait time in seconds for the queue job to complete.
Top
Methods
Name
Description
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetChildRows(String, DataRowVersion)
(Inherited from DataRow.)
GetChildRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRow(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRow(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRows(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
Determines whether the ErrorInfo property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the MachineName property is set to a a null reference (Nothing in Visual Basic) value.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
IsNull(DataColumn, DataRowVersion)
(Inherited from DataRow.)
Determines whether the ServiceName property is set to a a null reference (Nothing in Visual Basic) value.
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
SetColumnError(String, String)
(Inherited from DataRow.)
SetColumnError(DataColumn, String)
(Inherited from DataRow.)
Sets the ErrorInfo property to a a null reference (Nothing in Visual Basic) value.
Sets the MachineName property to a a null reference (Nothing in Visual Basic) value.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
SetParentRow(DataRow, DataRelation)
(Inherited from DataRow.)
Sets the ServiceName property to a a null reference (Nothing in Visual Basic) value.
(Inherited from Object.)
Top