다음을 통해 공유


OperationStatus type

작업이 언제든지 있을 수 있는 가능한 상태 집합입니다.

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