This documentation is archived and is not being maintained.

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)

property bool HasExited {
	bool get ();
}

Property Value

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

Show: