Share via


ScriptTask.SuspendExecution 方法

定义

指示可执行文件必须挂起执行。 运行时引擎调用此方法。

public:
 virtual void SuspendExecution();
public void SuspendExecution ();
abstract member SuspendExecution : unit -> unit
override this.SuspendExecution : unit -> unit
Public Sub SuspendExecution ()

实现

注解

此方法不在代码中使用。 遇到断点时运行时调用它。

适用于