Interface defining the result of the execute operation
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Interface IToolExecutionResult
public interface IToolExecutionResult
public interface class IToolExecutionResult
type IToolExecutionResult =  interface end
public interface IToolExecutionResult
The IToolExecutionResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ExitCode | The exit code 0 - success otherwise - failure | 
| .gif) | ExitMessage | A message to be shown to the user in the resolve dialog on exit (as part of the confirmation dialog) | 
| .gif) | HasExited | Returns true if the executer has exited the operation | 
| .gif) | Id | The id of the process or the operation handler that is executing the operation | 
| .gif) | Name | Name of the operation handler that is executing the operation | 
| .gif) | PromptUserForMergeConfirmation | Whether TFS should prompt for user confirmation (Used) only by merge tools | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Cancel | Cancels the execution process. | 
| .gif) | WaitForOperationEnd | Blocks until the operation is complete | 
Top