Cancel()
Cancels a running progress indicator.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public bool Cancel()
Returns
Type | Description |
|---|---|
| bool | True if the associated task is cancelled, false if something prevents it from being cancelled. |
Remarks
Additional Resources: Progress.Cancel, Progress.Item.RegisterCancelCallback, Progress.Item.UnregisterCancelCallback.