WebViewLongRunningScriptDetectedEventArgs.StopPageScriptExecution 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public:
property bool StopPageScriptExecution { bool get(); void set(bool value); };
bool StopPageScriptExecution();
void StopPageScriptExecution(bool value);
public bool StopPageScriptExecution { get; set; }
var boolean = webViewLongRunningScriptDetectedEventArgs.stopPageScriptExecution;
webViewLongRunningScriptDetectedEventArgs.stopPageScriptExecution = boolean;
Public Property StopPageScriptExecution As Boolean
속성 값
Boolean
bool
스크립트 를 중지하려면 true입니다. 그렇지 않으면 false입니다.
설명
중단된 스크립트는 WebView의 수명 동안 다시 시작되지 않습니다. 스크립트가 5초 후에도 계속 실행되면 앱이 중단됩니다. 스크립트가 실행된 기간을 확인하려면 ExecutionTime 속성을 검사.