Sdílet prostřednictvím


RunStatus Struct

Definition

Possible values for the status of an assistant thread run.

public readonly struct RunStatus : IEquatable<Azure.AI.OpenAI.Assistants.RunStatus>
type RunStatus = struct
Public Structure RunStatus
Implements IEquatable(Of RunStatus)
Inheritance
RunStatus
Implements

Constructors

RunStatus(String)

Initializes a new instance of RunStatus.

Properties

Cancelled

Represents a run that has been cancelled.

Cancelling

Represents a run that is in the process of cancellation.

Completed

Represents a run that successfully completed.

Expired

Represents a run that expired before it could otherwise finish.

Failed

Represents a run that failed.

InProgress

Represents a run that is in progress.

Queued

Represents a run that is queued to start.

RequiresAction

Represents a run that needs another operation, such as tool output submission, to continue.

Methods

Equals(RunStatus)

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

Equality(RunStatus, RunStatus)

Determines if two RunStatus values are the same.

Implicit(String to RunStatus)

Converts a string to a RunStatus.

Inequality(RunStatus, RunStatus)

Determines if two RunStatus values are not the same.

Applies to