RuntimeClientTerminateExecutionAsync Method |
Version 130.1.90
Terminate current or next JavaScript execution.
Will cancel the termination when the outer-most script execution ends.
Namespace: CefSharp.DevTools.RuntimeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> TerminateExecutionAsync()
public:
Task<DevToolsMethodResponse^>^ TerminateExecutionAsync()
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also