Table of Contents

Class StaticValues.AssistantsStatics.RunStatus

Namespace
OpenAI.ObjectModels
Assembly
AntRunnerLib.dll
public static class RunStatus
Inheritance
System.Object
StaticValues.AssistantsStatics.RunStatus
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Properties

Cancelled

public static string Cancelled { get; }

Property Value

System.String

Cancelling

public static string Cancelling { get; }

Property Value

System.String

Completed

public static string Completed { get; }

Property Value

System.String

Expired

public static string Expired { get; }

Property Value

System.String

Failed

public static string Failed { get; }

Property Value

System.String

Incomplete

public static string Incomplete { get; }

Property Value

System.String

InProgress

public static string InProgress { get; }

Property Value

System.String

Queued

public static string Queued { get; }

Property Value

System.String

RequiresAction

public static string RequiresAction { get; }

Property Value

System.String