Partilhar via


OperationStateType type

Define valores para OperationStateType. Os valores possíveis incluem: "Com falhas", "NotStarted", "Running", "Succeeded"

type OperationStateType = "Failed" | "NotStarted" | "Running" | "Succeeded"