GetStatus(int)
Gets the progress indicator's status.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static Progress.Status GetStatus(int id)
Parameters
The progress indicator's unique ID.
Returns
Type | Description |
|---|---|
| Status | The progress indicator's current status. |