ScriptTask.SuspendExecution 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.
Indicates that the executable must suspend execution. This method is called by the run-time engine.
public:
virtual void SuspendExecution();
public void SuspendExecution ();
abstract member SuspendExecution : unit -> unit
override this.SuspendExecution : unit -> unit
Public Sub SuspendExecution ()
Implements
Remarks
This method is not used in code. It it called by the runtime when a breakpoint has been encountered.