TaskStatus Struct

Definition

Task status enumeration.

public readonly struct TaskStatus : IEquatable<Azure.AI.Discovery.TaskStatus>
type TaskStatus = struct
Public Structure TaskStatus
Implements IEquatable(Of TaskStatus)
Inheritance
TaskStatus
Implements

Constructors

Name Description
TaskStatus(String)

Initializes a new instance of TaskStatus.

Properties

Name Description
Complete

The task has been completed.

Executing

The task is currently executing.

ExecutionDone

The task execution is done.

Failed

The task has failed.

FlaggedAi

The task has been flagged for AI review.

FlaggedHuman

The task has been flagged for human review.

Incomplete

The task is incomplete.

New

The task is newly created.

OnHold

The task is on hold.

Removed

The task has been removed.

Stale

The task has become stale.

Methods

Name Description
Equals(TaskStatus)

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(TaskStatus, TaskStatus)

Determines if two TaskStatus values are the same.

Implicit(String to Nullable<TaskStatus>)
Implicit(String to TaskStatus)

Converts a string to a TaskStatus.

Inequality(TaskStatus, TaskStatus)

Determines if two TaskStatus values are not the same.

Applies to