11-23-2023 05:59 PM
I have an application running in the background on Windows.
Whenever there is a windows restart or shutdown, I would like to identify that event so that I may save the data and close my application properly. What is the best way to do this?
Solved! Go to Solution.
11-28-2023 08:25 PM
I am using the "Application Instance Close?" event handler as a way to identify the shutdown or restart events.
Is this a recommended approach?
11-29-2023 01:53 AM