你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RunStepStatus Struct

Definition

Possible values for the status of a run step.

public readonly struct RunStepStatus : IEquatable<Azure.AI.Agents.Persistent.RunStepStatus>
type RunStepStatus = struct
Public Structure RunStepStatus
Implements IEquatable(Of RunStepStatus)
Inheritance
RunStepStatus
Implements

Constructors

Name Description
RunStepStatus(String)

Initializes a new instance of RunStepStatus.

Properties

Name Description
Cancelled

Represents a run step that was cancelled.

Completed

Represents a run step that successfully completed.

Expired

Represents a run step that expired before otherwise finishing.

Failed

Represents a run step that failed.

InProgress

Represents a run step still in progress.

Methods

Name Description
Equals(RunStepStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(RunStepStatus, RunStepStatus)

Determines if two RunStepStatus values are the same.

Implicit(String to RunStepStatus)

Converts a String to a RunStepStatus.

Inequality(RunStepStatus, RunStepStatus)

Determines if two RunStepStatus values are not the same.

Applies to