This documentation is archived and is not being maintained.

DefaultToolExecutionResult::HasExited Property

Has existed always true

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

public:
virtual property bool HasExited {
	bool get () sealed;
}

Property Value

Type: System::Boolean
true in all cases.

Implements

IToolExecutionResult::HasExited

Show: