This documentation is archived and is not being maintained.

ICodeCoverageSummary::IsBuildCoverageProcessing Property

Gets or sets a flag that describes whether this code coverage run is currently processing.

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

property bool IsBuildCoverageProcessing {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True if this code coverage run is currently processing; otherwise, false.

Show: