There are multiple different levels of “close” that you can do.
On a simpler level, there’s a nice close, where the application is allowed to interrupt it and do things like offer a save prompt. This is what happens when you click the X in the corner.
Then there’s the not-so-nice close, where the OS just rips out the process and stops everything. The process is not allowed to interrupt this one, so it can’t do things like offer a save prompt.
Latest Answers