言語

ScriptAndResultsEditorControl.IsExecuting プロパティ

定義

スクリプトが実行されているかどうかを取得またはセットします。

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

プロパティ値

スクリプトが実行されているかどうか True ブール値、そうでなければ False

適用対象