Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 923 Bytes

webviewlongrunningscriptdetectedeventargs_executiontime.md

File metadata and controls

24 lines (17 loc) · 923 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.WebViewLongRunningScriptDetectedEventArgs.ExecutionTime
winrt property

Windows.UI.Xaml.Controls.WebViewLongRunningScriptDetectedEventArgs.ExecutionTime

-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