ScriptAndResultsEditorControl.IsDebugging Propiedad

Definición

Obtiene o establece si el script se está ejecutando.

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

Valor de propiedad

Un valor booleano, True si el script se está ejecutando, de lo contrario False.

Se aplica a