Application class/Code Coverage.Stop method: Difference between revisions
Appearance
m Category reorg |
Add method and parameter descriptions |
||
| (One intermediate revision by one other user not shown) | |||
| Line 12: | Line 12: | ||
{{TOCright}} | {{TOCright}} | ||
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 [[Application class/Code Coverage.Reset method|CodeCov.Reset]]). | |||
==Parameters== | ==Parameters== | ||
{| 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 40: | Line 40: | ||
|} | |} | ||
== See Also == | == See Also == | ||
* [[Application class/Code Coverage.Start method|Code Coverage.Start method]] | |||
== External Links == | == External Links == | ||
{{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:04, 28 September 2020
| 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 |
|
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 |
|---|---|---|---|
| Context Name | Yes | The name of the context. For example, acquired with the App.ContextName property. |
Uses
| |
Specific use cases for this method. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
External Links
| |
Add links to external resources that would also help. |
