BackgroundTaskInfo.Status Property

Definition

Gets or sets the current status of this background task.

[System.Text.Json.Serialization.JsonPropertyName("status")]
public Microsoft.Agents.AI.BackgroundTaskStatus Status { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("status")>]
member this.Status : Microsoft.Agents.AI.BackgroundTaskStatus with get, set
Public Property Status As BackgroundTaskStatus

Property Value

Attributes

Applies to