ScriptTask.SuspendExecution 方法

定義

表示可執行檔必須暫停執行。 執行階段引擎會呼叫這個方法。

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

實作

備註

程式碼中不會使用這個方法。 它是由執行時間在遇到中斷點時呼叫。

適用於