Ler em inglês

Partilhar via


OperationStatus Enum

Definition

Represents the current state of an operation.

C++
public enum class OperationStatus
Inheritance
OperationStatus

Fields

Name Value Description
Failed 0

The operation has failed. Value = 0.

Canceled 1

The operation has been canceled. Value = 1.

Retry 2

The operation is being retried. Value = 2.

Suspended 3

The operation has been suspended. Value = 3.

Succeeded 4

The operation has succeeded. Value = 4.

Applies to

Produto Versões
Dataverse SDK Latest