Unity Engine documentationScript ReferenceUnityEditorProgressProgress.StatusIndicates the status of a progress indicator's associated task.Read time 1 minuteLast updated 6 days agoDefinition Type: Enum Namespace: UnityEditor Assembly: UnityEditor public enum Progress.Status Fields ValueDescriptionCanceledIndicates that the task was canceled.FailedIndicates that the task failed.PausedIndicates that the task is paused.RunningIndicates that the task is still running.SucceededIndicates that the task succeeded.