This documentation is archived and is not being maintained.
IToolExecutionResult Interface
Visual Studio 2013
Interface defining the result of the execute operation
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The IToolExecutionResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ExitCode | The exit code 0 - success otherwise - failure |
![]() | ExitMessage | A message to be shown to the user in the resolve dialog on exit (as part of the confirmation dialog) |
![]() | HasExited | Returns true if the executer has exited the operation |
![]() | Id | The id of the process or the operation handler that is executing the operation |
![]() | Name | Name of the operation handler that is executing the operation |
![]() | PromptUserForMergeConfirmation | Whether TFS should prompt for user confirmation (Used) only by merge tools |
| Name | Description | |
|---|---|---|
![]() | Cancel | Cancels the execution process. |
![]() | WaitForOperationEnd | Blocks until the operation is complete |
Show:
