This documentation is archived and is not being maintained.

IToolExecutionFallBackResult Interface

Visual Studio 2013

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

public interface class IToolExecutionFallBackResult : IToolExecutionResult

The IToolExecutionFallBackResult type exposes the following members.

  NameDescription
Public propertyExitCodeThe exit code 0 - success otherwise - failure (Inherited from IToolExecutionResult.)
Public propertyExitMessageA message to be shown to the user in the resolve dialog on exit (as part of the confirmation dialog) (Inherited from IToolExecutionResult.)
Public propertyHasExitedReturns true if the executer has exited the operation (Inherited from IToolExecutionResult.)
Public propertyIdThe id of the process or the operation handler that is executing the operation (Inherited from IToolExecutionResult.)
Public propertyNameName of the operation handler that is executing the operation (Inherited from IToolExecutionResult.)
Public propertyPromptUserForMergeConfirmationWhether TFS should prompt for user confirmation (Used) only by merge tools (Inherited from IToolExecutionResult.)
Public propertyTool
Top

  NameDescription
Public methodCancelCancels the execution process. (Inherited from IToolExecutionResult.)
Public methodWaitForOperationEndBlocks until the operation is complete (Inherited from IToolExecutionResult.)
Top
Show: