RunResponse.Status

RunResponse.Status property

Gets or sets the status of the run, which can be either queued, in_progress, requires_action, cancelling, cancelled, failed, completed, incomplete, or expired.

public string Status { get; set; }

See Also