What LabVIEW best practice ensures that resources like file references and DAQmx tasks are always properly closed?
-
A
Closing them manually at the end of the main VI only
-
B
Using error clusters to propagate past the close node without wiring it
-
C
Placing close/stop calls inside the error handler and in the normal exit path, or using 'Close' in a finally-style structure
-
D
Relying on LabVIEW garbage collection to close them automatically