Share via


LogicWorkflowStatus Struct

Definition

The workflow status.

public readonly struct LogicWorkflowStatus : IEquatable<Azure.ResourceManager.Logic.Models.LogicWorkflowStatus>
type LogicWorkflowStatus = struct
Public Structure LogicWorkflowStatus
Implements IEquatable(Of LogicWorkflowStatus)
Inheritance
LogicWorkflowStatus
Implements

Constructors

LogicWorkflowStatus(String)

Initializes a new instance of LogicWorkflowStatus.

Properties

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

Equals(LogicWorkflowStatus)

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

Equality(LogicWorkflowStatus, LogicWorkflowStatus)

Determines if two LogicWorkflowStatus values are the same.

Implicit(String to LogicWorkflowStatus)

Converts a string to a LogicWorkflowStatus.

Inequality(LogicWorkflowStatus, LogicWorkflowStatus)

Determines if two LogicWorkflowStatus values are not the same.

Applies to