TeamFoundationJobState Enumeration
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Enumeration TeamFoundationJobState
public enum TeamFoundationJobState
public enum class TeamFoundationJobState
type TeamFoundationJobState
public enum TeamFoundationJobState
Members
Member name | Description | |
---|---|---|
Dormant | The job is not in progress. It will not be executed until the associated service host is accessed by an end-user, or the job is queued on-demand. | |
Paused | The job is assigned to a job agent and execution is paused. | |
Pausing | The job is assigned to a job agent and executing. It is requested that it transition to the Paused state. | |
QueuedScheduled | The job is not in progress. It is ready-to-run (assuming its associated service host is online), or is scheduled for execution. | |
Resuming | The job is assigned to a job agent and transitioning to the Running state. | |
Running | The job is assigned to a job agent and executing. | |
Stopping | The job is assigned to a job agent and executing. It is requested that it immediately complete execution and transition to QueuedScheduled or Dormant. |