IsPausable(int)
Indicates whether you can pause the progress indicator's task.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static bool IsPausable(int id)
Parameters
The progress indicator's unique ID.
Returns
Type | Description |
|---|---|
| bool | True if you can pause the task, false otherwise. |