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입니다.

적용 대상