ScriptTask.SuspendExecution 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示可執行檔必須暫停執行。 執行階段引擎會呼叫這個方法。
public:
virtual void SuspendExecution();
public void SuspendExecution ();
abstract member SuspendExecution : unit -> unit
override this.SuspendExecution : unit -> unit
Public Sub SuspendExecution ()
實作
備註
程式碼中不會使用這個方法。 它是由執行時間在遇到中斷點時呼叫。