# ClearProgressBar()

> Removes the progress bar.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static void ClearProgressBar()
```

### Remarks

Removes progress bars displayed using [EditorUtility.DisplayProgressBar](/engine/6000.0/script-reference/unityeditor/editorutility/displayprogressbar.md) or [EditorUtility.DisplayCancelableProgressBar](/engine/6000.0/script-reference/unityeditor/editorutility/displaycancelableprogressbar.md).
