-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.WebViewLongRunningScriptDetectedEventArgs.ExecutionTime |
winrt property |
Gets the number of milliseconds that the WebView control has been executing a long-running script.
The number of milliseconds the script has been running.
If the script is still running after 5 seconds, the app will hang. To halt the script, set the StopPageScriptExecution property to true. The halted script will not resume for the lifetime of the WebView.