This version of Unity is unsupported.

Status

enumeration

Description

Indicates the status of a progress indicator's associated task.

Properties

RunningIndicates that the task is still running.
SucceededIndicates that the task succeeded.
FailedIndicates that the task failed.
CanceledIndicates that the task was canceled.
PausedIndicates that the task is paused.