ScriptAndResultsEditorControl.IsExecuting Property

Definition

Gets or sets whether the script is being executed.

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

Property Value

A Boolean value, True if the script is being executed, otherwise False.

Applies to