06-17-2021 03:51 PM
Hello all,
I'm using the command line commands (https://www.ni.com/documentation/en/veristand/latest/manual/run-operations-command-line-interface/) and VeriStand 2020 R5 and can successfully open an NIVSPRJ, deploy/connect/undeploy/etc. I use the command "openProject" to open the project, but after undeploying, the project stays open in the Idle state. How do I close it? Do I have to kill the process from the command line or something like that, or is there a more elegant programmatic approach I'm not seeing in the documentation?
Thanks,
David
06-18-2021 12:34 PM
I'm getting around this currently by calling taskkill /IM "VeriStand.exe" with System Exec.vi, but this seems less than ideal.