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