Application class/Code Coverage.Stop method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 91D
Scope Private
Data Name CodeCov.Stop
Short Name* CodeCov.Stop
Long Name* Code Coverage:Stop
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type No return value
Invoke Node Code Coverage:Stop

Turns off code coverage in the context with name specified, for all nodes in all VIs currently in memory, and for all nodes in all VIs loaded in the future. This method does not reset captured code coverage information (see CodeCov.Reset).

Parameters

Data type Name Required Description
String Context Name Yes The name of the context. For example, acquired with the App.ContextName property.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links