DkmScriptRuntimeInstance.AbortExecutionOnResume Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
API which is called from break mode which tells the script runtime that execution should be aborted when resuming (BREAKRESUMEACTION_ABORT). This API requires an MSHTML v10+ target execution environment.
public:
void AbortExecutionOnResume();
public:
void AbortExecutionOnResume();
void AbortExecutionOnResume();
public void AbortExecutionOnResume ();
member this.AbortExecutionOnResume : unit -> unit
Public Sub AbortExecutionOnResume ()