Terminating
“Terminating” sounds bad, but it’s not. Unlike killing, it’s the graceful way for an app to enter the not running state. Whereas killing covers all the ways in which a running app suddenly stops running, termination can happen only to an app that is successfully suspended.
Windows tries to keep as many suspended apps in memory as possible, but when memory is tight (or the user is signing out), it must start terminating. There is no notification for this. After all, the terminated app isn’t running at the time! That’s okay, because each app should have prepared for this when it was being suspended. Because of this, you should think about termination as a “deeper” suspension, almost like putting Windows itself in hibernation mode rather ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access