TeamFoundationJobQueueEntry Class
Inheritance Hierarchy
System.Object
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)
Syntax
'Declaration
Public Class TeamFoundationJobQueueEntry _
Inherits TeamFoundationJobExecutionEntry
public class TeamFoundationJobQueueEntry : TeamFoundationJobExecutionEntry
public ref class TeamFoundationJobQueueEntry : public TeamFoundationJobExecutionEntry
type TeamFoundationJobQueueEntry =
class
inherit TeamFoundationJobExecutionEntry
end
public class TeamFoundationJobQueueEntry extends TeamFoundationJobExecutionEntry
The TeamFoundationJobQueueEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TeamFoundationJobQueueEntry |
Top
Properties
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 | ||
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. |
Top
Methods
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 a hash function for a particular type. (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().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.