G-CLI
G-CLI copied to clipboard
Option to Kill LabVIEW before running
Part of the feedback session at GDevCon mentioned the best way to reliability is to make sure LabVIEW is closed first.
We have the quit labview function and the ability to kill labview on completion. But actually people want LabVIEW closed when we start so perhaps we can add a flag to do that.
We probably need to be a little cautious in how we close it as we have no idea of the state in this case. Probably it looks like:
- If LabVIEW is not running, do nothing.
- If it is running send a request to close - keep this through the OS.
- After a time period, if it is still running - force close it.