ActivityResponse.IsDone Property

Definition

0 = Not done, 1 = Done

[System.Text.Json.Serialization.JsonPropertyName("done")]
public bool? IsDone { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("done")>]
member this.IsDone : Nullable<bool> with get, set
Public Property IsDone As Nullable(Of Boolean)

Property Value

Attributes

Applies to