RoutineRunPhase Struct

Definition

Known lifecycle phases recorded for a routine run.

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

Constructors

Name Description
RoutineRunPhase(String)

Initializes a new instance of RoutineRunPhase.

Properties

Name Description
Completed

The run finished successfully.

Dispatching

The run is currently being dispatched.

Failed

The run finished with an error.

Queued

The run is queued for dispatch.

Methods

Name Description
Equals(RoutineRunPhase)

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

Determines if two RoutineRunPhase values are the same.

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

Converts a string to a RoutineRunPhase.

Inequality(RoutineRunPhase, RoutineRunPhase)

Determines if two RoutineRunPhase values are not the same.

Applies to