Share via


OperationStatus Struct

Definition

Enum describing allowed operation states.

public readonly struct OperationStatus : IEquatable<Azure.Health.Deidentification.OperationStatus>
type OperationStatus = struct
Public Structure OperationStatus
Implements IEquatable(Of OperationStatus)
Inheritance
OperationStatus
Implements

Constructors

OperationStatus(String)

Initializes a new instance of OperationStatus.

Properties

Canceled

The operation has been canceled by the user.

Failed

The operation has failed.

NotStarted

The operation has not started.

Running

The operation is in progress.

Succeeded

The operation has completed successfully.

Methods

Equals(OperationStatus)

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(OperationStatus, OperationStatus)

Determines if two OperationStatus values are the same.

Implicit(String to Nullable<OperationStatus>)
Implicit(String to OperationStatus)

Converts a string to a OperationStatus.

Inequality(OperationStatus, OperationStatus)

Determines if two OperationStatus values are not the same.

Applies to