ScriptAndResultsEditorControl.IsDebugging Property

Definition

Gets or sets whether the script is being executed.

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

Property Value

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

Applies to