IToolExecutionResult.HasExited Property

Returns true if the executer has exited the operation

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

Syntax

'Declaration
ReadOnly Property HasExited As Boolean
bool HasExited { get; }
property bool HasExited {
    bool get ();
}
abstract HasExited : bool with get
function get HasExited () : boolean

Property Value

Type: System.Boolean
true if the executer has exited the operation; otherwise, false.

.NET Framework Security

See Also

Reference

IToolExecutionResult Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace