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)

Syntax

'Declaration
Property IsBuildCoverageProcessing As Boolean
bool IsBuildCoverageProcessing { get; set; }
property bool IsBuildCoverageProcessing {
    bool get ();
    void set (bool value);
}
abstract IsBuildCoverageProcessing : bool with get, set
function get IsBuildCoverageProcessing () : boolean 
function set IsBuildCoverageProcessing (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

ICodeCoverageSummary Interface

Microsoft.TeamFoundation.Build.Client Namespace