ScriptAndResultsEditorControl.IsDebugging 속성

정의

스크립트가 실행 중인지 여부를 가져오거나 설정합니다.

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

속성 값

부울 값입니다. 스크립트가 실행 중이면 True이고, 그렇지 않으면 False입니다.

적용 대상