ServicingJobStatus Enumeration

Defines what state the servicing operation is currently in.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Enumeration ServicingJobStatus
public enum ServicingJobStatus
public enum class ServicingJobStatus
type ServicingJobStatus
public enum ServicingJobStatus

Members

Member name Description
Complete The job completed, although it may not have completed successfully.The job details will describe the result of the job.

Failed Failed jobs are servicing jobs that either never were started and failed in the job service initiation of the job, or did not complete because of process termination, connection issues, or some other fatal issue. These jobs might get rescheduled and picked back and transition back to the running state.

Queued The job has been queued for completion. After the job is picked up and started it will transition to the Running state. If for some reason the job is never picked up it will transition to the Failed state.

Running The servicing job is currently running. If the service that is running the job stops unexpectedly, the service job might be in this state until this condition is detected and the state is switched to Failed.

Unknown The job status hasn't been determined.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace