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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.