WorkflowStatus 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.
The workflow status.
public readonly struct WorkflowStatus : IEquatable<Azure.ResourceManager.AppService.Models.WorkflowStatus>
type WorkflowStatus = struct
Public Structure WorkflowStatus
Implements IEquatable(Of WorkflowStatus)
- Inheritance
-
WorkflowStatus
- Implements
Constructors
| Name | Description |
|---|---|
| WorkflowStatus(String) |
Initializes a new instance of WorkflowStatus. |
Properties
| Name | Description |
|---|---|
| Aborted |
Aborted. |
| Cancelled |
Cancelled. |
| Failed |
Failed. |
| Faulted |
Faulted. |
| Ignored |
Ignored. |
| NotSpecified |
NotSpecified. |
| Paused |
Paused. |
| Running |
Running. |
| Skipped |
Skipped. |
| Succeeded |
Succeeded. |
| Suspended |
Suspended. |
| TimedOut |
TimedOut. |
| Waiting |
Waiting. |
Methods
| Name | Description |
|---|---|
| Equals(WorkflowStatus) |
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(WorkflowStatus, WorkflowStatus) |
Determines if two WorkflowStatus values are the same. |
| Implicit(String to WorkflowStatus) |
Converts a String to a WorkflowStatus. |
| Inequality(WorkflowStatus, WorkflowStatus) |
Determines if two WorkflowStatus values are not the same. |