Lenguaje

ScriptAndResultsEditorControl.IsExecuting Propiedad

Definición

Obtiene o establece si el script se está ejecutando.

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

Valor de propiedad

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

Se aplica a