Hey,
is there any way to prevent LabVIEW from showing popups? I'm starting diffrent VI's from Commandline in Jenkins and want the VI's to run and kill themselves after all. In different situations there are popups shown in LabVIEW, which pause my VI's so they won't run till the end and kill themselves.
How did you handle such situations in your CI-Integration?
For example, I'm using the Application-Builder Build.vi, which show's error-popups, if there are any missing plugins.
Thanks