- Microsoft Learn - in Microsoft Edge
BrowserProcessExited is raised when the collection of WebView2 Runtime processes for the browser process of this CoreWebView2Environment terminate due to browser process failure or normal shutdown (for example, when all associated WebViews are closed), after all resources have been released (including the user data folder)
- Microsoft Docs
"type": "string", "enum": [ "Terminate", "Suspend" ] }, "max_processes": { "description": "The number of processes associated with the current application pool The default is 1 ", "type": "number", "minimum": 0, "maximum": 2147483647 }, "pinging_enabled": {
- Process Model Settings for an Application Pool lt;processModel gt;
In the Connections pane, double-click the server name, double-click Application Pools, and then select the application pool to configure In the Actions pane, click Advanced Settings In the Process Model section of the Advanced Settings dialog box, for idleTimeoutAction, select Terminate or Suspend Click OK
|