# ClearProgressBar()

> Removes the progress bar.

## Definition

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

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

### Remarks

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