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

适用于