Compartilhar via


WorkflowStatus Struct

Definition

The workflow status.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowStatusTypeConverter))]
public struct WorkflowStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowStatusTypeConverter))>]
type WorkflowStatus = struct
    interface IArgumentCompleter
Public Structure WorkflowStatus
Implements IArgumentCompleter, IEquatable(Of WorkflowStatus)
Inheritance
WorkflowStatus
Attributes
Implements

Fields

Aborted
Cancelled
Failed
Faulted
Ignored
NotSpecified
Paused
Running
Skipped
Succeeded
Suspended
TimedOut
Waiting

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type WorkflowStatus (override for Object)

Equals(WorkflowStatus)

Compares values of enum type WorkflowStatus

GetHashCode()

Returns hashCode for enum WorkflowStatus

ToString()

Returns string representation for WorkflowStatus

Operators

Equality(WorkflowStatus, WorkflowStatus)

Overriding == operator for enum WorkflowStatus

Implicit(String to WorkflowStatus)

Implicit operator to convert string to WorkflowStatus

Implicit(WorkflowStatus to String)

Implicit operator to convert WorkflowStatus to string

Inequality(WorkflowStatus, WorkflowStatus)

Overriding != operator for enum WorkflowStatus

Applies to