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

适用于