Feedback
Desktop apps can now run cleanup code before quitting
- Status
- Fixed
- Fixed in
- v26.7.3
- Source discussion
- https://forum.objo.dev/d/601-class-app-missing-event-quit
- Last updated
- 2026-07-18
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Desktop applications currently have an Opening event but no matching notification when the application is about to finish. Add a graceful shutdown event so apps can save preferences, flush state, close resources, and perform other final cleanup regardless of whether shutdown came from the last window closing, the platform Quit command, or System.Quit().