Share via


ServicingJobResult Enumeration

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

Syntax

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

Members

Member name Description
Failed Failed is returned if the servicing operation throws an exception while it is executed.

None There is not currently a Result value available.

PartiallySucceeded Returned if the servicing steps indicate that all steps completed but there were potential issues with some of them.

Skipped Means that the job did not actually execute any steps in the process. This can be considered a success. This may occur if all steps are skipped or optimized away before they run.

Succeeded Returned when the whole servicing operation succeeds.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace