Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Describes the status of a servicing job.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.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 has completed. | |
| Failed | The job has failed. | |
| Queued | The job is queued. | |
| Running | The job is currently running. | |
| Unknown | The status of the job is unknown. |