Windows.UI.Xaml.Controls.WebViewLongRunningScriptDetectedEventArgs.ExecutionTime

February 8, 2017 ยท View on GitHub

-description

Gets the number of milliseconds that the WebView control has been executing a long-running script.

-property-value

The number of milliseconds the script has been running.

-remarks

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.

-examples

-see-also

WebView, LongRunningScriptDetected