ServicingJobResult Enumeration

Describes the result of a servicing job.

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

Syntax

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

Members

Member name Description
Failed The job failed.

None No result is available.

PartiallySucceeded The job partially succeeded.

Skipped The job was skipped.

Succeeded The job succeeded.

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace