ScriptTask.SuspendExecution 方法

定义

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

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

实现

注解

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

适用于