This documentation is archived and is not being maintained.
ServicingJobResult Enumeration
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
| 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. |
Show: