Is it possible to end, or "kill", a process?
On Windows if an application is acting up we can force it to close, is there something like this in Windows Phone?
|
Is it possible to end, or "kill", a process? On Windows if an application is acting up we can force it to close, is there something like this in Windows Phone? |
||||
|
|
Not as you describe it, however:
So while you can't terminate the process per se, it's not really necessary. 1 With the exception of background agents, which may run for 25 seconds every 30 minutes. Badly behaving background tasks (running too long, throwing errors) are automatically unscheduled after 2 strikes. |
|||||||
|
|
You can press the windows/search/camera button to jump out of the application that is acting up. This will take you to the home/search/camera screen and the application that was running/acting up is made dormant. Keeping the back button long pressed will show you all the dormant applications. If the system needs additional resources or if the program isn't reactivated after some time then the program is killed and it's resources are reclaimed. If your application is acting up, you could also restart your phone to clear all dormant applications. The only way to truly exit an application is to keep pressing the back button till you're out of all the application windows. |
|||
|
|
|
Or, if the problem is that you are just too deep in the navigation stack and you would have to press the back button a million times to quit it, you can just relaunch the app - press start button and launch your app (from start screen or from app list). This will start a new instance of the application with empty navigation stack and old instance of application (with big navigation stack) is thrown away. |
|||
|
|
|
The back double tap trick.
You can keep doing this until there are no more recent apps in the list. I don't know if this does anything more in terms of memory use or force quitting than just pressing the back button or start button, but it does bring some peace of mind that the app is probably not still running. |
|||||||||
|
|
The back button is the way. But if your app is hanging it is impossible. So the workaround is to open more 5 app and the last one (that is hanging) will be tombstoned. |
||||
|
|