ScriptAndResultsEditorControl.IsDebugging 屬性

定義

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

public:
 property bool IsDebugging { bool get(); void set(bool value); };
public bool IsDebugging { get; set; }
member this.IsDebugging : bool with get, set
Public Property IsDebugging As Boolean

屬性值

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

適用於