Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Progress.Status

Indicates the status of a progress indicator's associated task.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public enum Progress.Status

Fields

Value

Description

CanceledIndicates 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.