# ShowDetails(bool)

> Opens the progress window for background tasks.

## Definition

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

```csharp
public static void ShowDetails(bool shouldReposition = true)
```

### Parameters

**** (\[bool]\(https\://learn.microsoft.com/dotnet/api/system.boolean)): To place the window in the bottom right corner of the main Editor window, pass True. To restore the last window position, pass False.

### Remarks

You can use this window to monitor all running progress indicators and finished tasks. You can also use it to cancel any running progress indicator's associated task.
