ScriptAndResultsEditorControl.IsExecuting 屬性

定義

讀取或設定腳本是否正在執行。

protected:
 property bool IsExecuting { bool get(); void set(bool value); };
protected bool IsExecuting { get; set; }
member this.IsExecuting : bool with get, set
Protected Property IsExecuting As Boolean

屬性值

若腳本正在執行,則為布林值 True ,否則 False為 。

適用於