You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
extended execution
About this tag
The extended execution tag covers Windows 10 developer features for running background activity, particularly the single process model introduced in the Anniversary Update. This model allows developers to run background code directly inside the foreground application, simplifying implementation compared to the traditional multiple process model. Topics include background tasks, developer options, and code execution without creating separate background processes.
Interested in running your application in the background? A new developer option available in the Windows 10 Anniversary Update just made background activity a whole lot easier. Your feedback was clear on the multiple process model: while doing background work in a separate process was more...