RunStepResponse.Status

RunStepResponse.Status property

Gets or sets the status of the run step, which can be either in_progress, cancelled, failed, completed, or expired.

public string Status { get; set; }

See Also