Поделиться через


OperationStatus type

Определяет значения для OperationStatus.

type OperationStatus =
  | "notStarted"
  | "running"
  | "failed"
  | "succeeded"
  | "canceled"