OperationStatus type

İşlem durumu.

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