G-CLI icon indicating copy to clipboard operation
G-CLI copied to clipboard

Option to Kill LabVIEW before running

Open JamesWiresmith opened this issue 7 months ago • 0 comments

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:

  1. If LabVIEW is not running, do nothing.
  2. If it is running send a request to close - keep this through the OS.
  3. After a time period, if it is still running - force close it.

JamesWiresmith avatar Sep 11 '25 05:09 JamesWiresmith