次の方法で共有


AsyncOperationStatus type

AsyncOperationStatus の値を定義します。

type AsyncOperationStatus = "Started" | "InProgress" | "Succeeded" | "Failed"