This documentation is archived and is not being maintained.
HostedWarehouseJobGroupStatus Class
Visual Studio 2013
Contains current rollup run-time status for the set of jobs running agains one host: All jobs defined to run against given collection or an Instance Contains rollup ProcessingStatus, and sums of JobsRunning and JobsQueued jobs.
The host considered "Idle" if JobsRunning + JobsQueued == 0
System.Object
Microsoft.TeamFoundation.Warehouse.HostedWarehouseJobGroup(Of WarehouseJobExecutionDetails)
Microsoft.TeamFoundation.Warehouse.HostedWarehouseJobGroupStatus
Microsoft.TeamFoundation.Warehouse.HostedWarehouseJobGroup(Of WarehouseJobExecutionDetails)
Microsoft.TeamFoundation.Warehouse.HostedWarehouseJobGroupStatus
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
The HostedWarehouseJobGroupStatus type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Id | (Inherited from HostedWarehouseJobGroup(Of T).) |
![]() | IdSpecified | (Inherited from HostedWarehouseJobGroup(Of T).) |
![]() | JobProcessingStatus | |
![]() | Jobs | (Inherited from HostedWarehouseJobGroup(Of T).) |
![]() | JobsQueued | |
![]() | JobsRunning | |
![]() | Name | (Inherited from HostedWarehouseJobGroup(Of T).) |
![]() | Status | (Inherited from HostedWarehouseJobGroup(Of T).) |
![]() | StatusReason | (Inherited from HostedWarehouseJobGroup(Of T).) |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
