ProcessInfoInner.IsProfileRunning Property

Definition

Gets or sets is profile running?

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to