Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 947 Bytes

webviewcontrollongrunningscriptdetectedeventargs_stoppagescriptexecution.md

File metadata and controls

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

Windows.Web.UI.WebViewControlLongRunningScriptDetectedEventArgs.StopPageScriptExecution

-description

Halts a long-running script executing in a IWebViewControl.

-property-value

true to halt the script; otherwise, false.

-remarks

The halted script will not resume for the lifetime of the IWebViewControl unless it is reloaded during a subsequent IWebViewControl navigation. If the script is still running after 5 seconds, the app will hang. To determine how long the script has been running, check the ExecutionTime property.

-see-also

-examples