Expand Minimize
This topic has not yet been rated - Rate this topic

ServicingJobResult Enumeration

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
public enum 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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.