RunStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum for run status.
public readonly struct RunStatus : IEquatable<Azure.AI.Discovery.RunStatus>
type RunStatus = struct
Public Structure RunStatus
Implements IEquatable(Of RunStatus)
- Inheritance
-
RunStatus
- Implements
Constructors
| Name | Description |
|---|---|
| RunStatus(String) |
Initializes a new instance of RunStatus. |
Properties
| Name | Description |
|---|---|
| Canceled |
Canceled. |
| Failed |
Failed. |
| NotStarted |
Not Started. |
| Running |
Running. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(RunStatus, RunStatus) |
Determines if two RunStatus values are the same. |
| Implicit(String to Nullable<RunStatus>) | |
| Implicit(String to RunStatus) |
Converts a string to a RunStatus. |
| Inequality(RunStatus, RunStatus) |
Determines if two RunStatus values are not the same. |