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

Name Description
LogicWorkflowStatus(String)

Initializes a new instance of LogicWorkflowStatus.

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(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

Name Description
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