This documentation is archived and is not being maintained.

IActivityTracking::State Property

Gets or sets the state of the tracked activity.

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

property String^ State {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The state of the tracked activity.

Return value can be "Executing", "Closed", "Canceled", or "Faulted".

Show: