ScriptTask.SuspendExecution Method

Definition

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.

Applies to