语言

ScriptTask.SuspendExecution 方法

定义

表示可执行文件必须暂停执行。 这种方法被称为运行时引擎。

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

实现

注解

该方法在代码中未被使用。 当遇到断点时,它会按运行时调用。

适用于