This documentation is archived and is not being maintained.

ServicingJobResult Enumeration

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

public enum class ServicingJobResult

Member nameDescription
FailedFailed is returned if the servicing operation throws an exception while it is executed.

NoneThere is not currently a Result value available.

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

SkippedMeans 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.

SucceededReturned when the whole servicing operation succeeds.

Show: