I am interested in a method of destroying lustre apps safely. I have looked at doing it manually by communicating with events. However, in the situation that the element that the app is attached to is destroyed before any event is sent, I would like it to go through termination gracefully. I am also interested in internally shutting down the app from triggers within.
External Destruction: mount point
In this scenario the mount for the app is destroyed. Will it be possible to terminate the app?
Internal Destruction: final actions
In this scenario a signal is sent into the app informing that the app has been requested to terminate. This signal could also originate from the app's buttons. Is it possible for lustre apps to terminate from within controller functions?