Application class/Code Coverage.Start method: Difference between revisions
Appearance
Add method and parameter descriptions |
m →See Also: Hide "Application class" |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 16: | Line 16: | ||
'''Important note''': Code coverage does not work with VIs that have debugging disabled and [[Malleable_VI|Malleable VIs]]. | '''Important note''': Code coverage does not work with VIs that have debugging disabled and [[Malleable_VI|Malleable VIs]]. | ||
==Parameters== | ==Parameters== | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Line 43: | Line 42: | ||
|} | |} | ||
== See Also == | == See Also == | ||
* [[Application class/Code Coverage.Stop method|Code Coverage.Stop method]] | |||
== External Links == | == External Links == | ||
Latest revision as of 13:03, 28 September 2020
| VI Server Method Information | |
|---|---|
| Method ID | 91C |
| Scope | Private |
| Data Name | CodeCov.Start |
| Short Name* | CodeCov.Start |
| Long Name* | Code Coverage:Start |
| * 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 on 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.
Important note: Code coverage does not work with VIs that have debugging disabled and Malleable VIs.
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. |
