This documentation is archived and is not being maintained.
TeamFoundationJobQueueEntry Class
Visual Studio 2013
System::Object
Microsoft.TeamFoundation.Framework.Server::TeamFoundationJobExecutionEntry
Microsoft.TeamFoundation.Framework.Server::TeamFoundationJobQueueEntry
Microsoft.TeamFoundation.Framework.Server::TeamFoundationJobExecutionEntry
Microsoft.TeamFoundation.Framework.Server::TeamFoundationJobQueueEntry
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The TeamFoundationJobQueueEntry type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AgentId | The agent that is running the job. (Inherited from TeamFoundationJobExecutionEntry.) |
![]() | ExecutionStartTime | The date that execution began. (Inherited from TeamFoundationJobExecutionEntry.) |
![]() | JobId | The ID of the job. (Inherited from TeamFoundationJobExecutionEntry.) |
![]() | JobLastResult | Result from the last time the job was executed or "Succeeded" for a job that has not yet run. |
![]() | JobSource | The source of the job. (Inherited from TeamFoundationJobExecutionEntry.) |
![]() | NextRun | The duration, in seconds, until the job should start. A negative time reflects how many seconds have passed since the job's queue time. |
![]() | Priority | The priority of the job. |
![]() | QueuedReasons | The reasons the job was queued for execution. (Inherited from TeamFoundationJobExecutionEntry.) |
![]() | QueuedReasonsValue | The reasons the job was queued for execution. (Inherited from TeamFoundationJobExecutionEntry.) |
![]() | QueueTime | The time that the job should start. (Inherited from TeamFoundationJobExecutionEntry.) |
![]() | State | The job's current state: Running, Pausing, Paused, and so on. |
![]() | StateChangeTime | The date that the state of the job changed. |
| 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 | (Overrides Object::ToString().) |
Show:
