Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 954 Bytes

webviewcontrollongrunningscriptdetectedeventargs_executiontime.md

File metadata and controls

24 lines (16 loc) · 954 Bytes
-api-id -api-type
P:Windows.Web.UI.WebViewControlLongRunningScriptDetectedEventArgs.ExecutionTime
winrt property

Windows.Web.UI.WebViewControlLongRunningScriptDetectedEventArgs.ExecutionTime

-description

Gets the number of milliseconds that the IWebViewControl 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 IWebViewControl unless it is reloaded during a subsequent IWebViewControl navigation.

-see-also

-examples