LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Detect/intercept windows shutdown

Has anyone made a function that detects and/or can intercept shutdown requests (this question has been raised here by others earlier, but no answer yet...)?

I have an application that must be able to quit properly in such an event.
0 Kudos
Message 1 of 3
(2,994 Views)
To mor eor less answer my own question...: The application exit event can be used and can also intercept the shutdown. If you just want to do some other stuff first and then allow the event to continue though I assume one would have to discard the event and then programmatically create the same event again, right?
0 Kudos
Message 2 of 3
(2,994 Views)
Yes, you are absolutely right 😉 ... and perhaps you want to have a short look here:

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/ceb6f11a29e0efba86256e01005d571d?OpenDocument
0 Kudos
Message 3 of 3
(2,994 Views)