ProcessInfoInner.IsProfileRunning 속성

정의

프로필이 실행 중인지 여부를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.is_profile_running")]
public bool? IsProfileRunning { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.is_profile_running")>]
member this.IsProfileRunning : Nullable<bool> with get, set
Public Property IsProfileRunning As Nullable(Of Boolean)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상