Is there any way to prevent Timer events from causing the CVI app to be restored when the application has been minimised?
I am using timer events to regularly check for activity on a serial port. I guess the obvious solution is to install a comms callback to do this but I wondered if there is another solution if for example I was not using a serial port yet still wanted to do some task at regular intervals even when application is minimised.