Jump to content

Application class/Code Coverage.Reset method: Difference between revisions

From LabVIEW Wiki
m Category reorg
Add method and parameter descriptions
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
{{TOCright}}
{{TOCright}}


Resets all current code coverage information for all nodes in all VIs in the context with name specified
==Parameters==
==Parameters==
{{ambox|text=Parameters Table is incomplete.  Please help to add missing information.}}
{| class="wikitable"  
{| class="wikitable"  
|-
|-
Line 24: Line 24:
| '''Context Name'''
| '''Context Name'''
| Yes  
| Yes  
|  
| The name of the context. For example, acquired with the [[Application class/Application.Context Name property|App.ContextName]] property.
|}
|}


Line 45: Line 45:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Private Method]]
[[Category:VI Server Method]]
[[Category:VI Server Method]]

Latest revision as of 13:07, 28 September 2020

VI Server Method Information
Method ID 91E
Scope Private
Data Name CodeCov.Reset
Short Name* CodeCov.Reset
Long Name* Code Coverage:Reset
* 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:Reset

Resets all current code coverage information for all nodes in all VIs in the context with name specified

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