Compartir a través de


ScriptAndResultsEditorControl.IsExecuting Propiedad

Definición

Obtiene o establece si se está ejecutando el script.

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

Valor booleano que es True si se está ejecutando el script; en caso contrario, es False.

Se aplica a