OperationStatus type

Operation status.

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