QueueStatusDataSet.StatusRow Members
Include Protected Members
Include Inherited Members
Represents the status of one queue job in the QueueStatusDataSet object.
The QueueStatusDataSet.StatusRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
CorrelationGUID | Specifies the unique identifier of the queue job correlation. | |
CorrelationPriority | Specifies the priority of the queue job correlation. | |
ErrorInfo | Represents error information in the queue job status. | |
GroupPriority | Specifies the priority of the job group in the queue. | |
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
JobCompletionState | Indicates the queue job completion state. | |
JobGroupGUID | Specifies the unique identifier used to track a group of queue jobs. | |
JobGUID | Specifies the unique identifier of a queue job. | |
JobInfoGUID | Specifies the unique identifier of the correlated job information. | |
LastAdminAction | Specifies the unique identifier of the most recent administrator action in managing the queue. | |
MachineName | Specifies the name of the computer that processed the Queue job. | |
MessageType | Specifies the type of message in a queue job status request. | |
PercentComplete | Indicates the percentage complete of the queue job. | |
QueueCompletedTime | Specifies the completion date and time of queue job processing. | |
QueueEntryTime | Specifies the date and time that the job entered the queue. | |
QueueID | Specifies the queue identifier (1 is the Project queue; 2 is the Timesheet queue). | |
QueueLocalStorage | ||
QueuePosition | Specifies the position of the job in the queue. | |
QueueProcessingTime | If the queue job was processing, specifies the date and time that the status was read. | |
QueueWakeupTime | Date and time the queue last started processing jobs. | |
ResourceGUID | Specifies the unique identifier associated with the Project Server resource who submitted the job to the queue. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
ServiceName | Specifies the unique identifier associated with the queue service. | |
Table | (Inherited from DataRow.) | |
WaitTime | Represents the expected wait time in seconds for the queue job to complete. |
Top
Methods
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from DataRow.) | |
BeginEdit | (Inherited from DataRow.) | |
CancelEdit | (Inherited from DataRow.) | |
ClearErrors | (Inherited from DataRow.) | |
Delete | (Inherited from DataRow.) | |
EndEdit | (Inherited from DataRow.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildRows(String) | (Inherited from DataRow.) | |
GetChildRows(DataRelation) | (Inherited from DataRow.) | |
GetChildRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetChildRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetColumnError(Int32) | (Inherited from DataRow.) | |
GetColumnError(String) | (Inherited from DataRow.) | |
GetColumnError(DataColumn) | (Inherited from DataRow.) | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow(String) | (Inherited from DataRow.) | |
GetParentRow(DataRelation) | (Inherited from DataRow.) | |
GetParentRow(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRow(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(String) | (Inherited from DataRow.) | |
GetParentRows(DataRelation) | (Inherited from DataRow.) | |
GetParentRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsErrorInfoNull | Determines whether the ErrorInfo property is set to a a null reference (Nothing in Visual Basic) value. | |
IsMachineNameNull | Determines whether the MachineName property is set to a a null reference (Nothing in Visual Basic) value. | |
IsNull(Int32) | (Inherited from DataRow.) | |
IsNull(String) | (Inherited from DataRow.) | |
IsNull(DataColumn) | (Inherited from DataRow.) | |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) | |
IsQueueLocalStorageNull | ||
IsServiceNameNull | Determines whether the ServiceName property is set to a a null reference (Nothing in Visual Basic) value. | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetErrorInfoNull | Sets the ErrorInfo property to a a null reference (Nothing in Visual Basic) value. | |
SetMachineNameNull | Sets the MachineName property to a a null reference (Nothing in Visual Basic) value. | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
SetQueueLocalStorageNull | ||
SetServiceNameNull | Sets the ServiceName property to a a null reference (Nothing in Visual Basic) value. | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top