# GetRunningProgressCount()

> Gets the number of active or running progress indicators.

## Definition

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

```csharp
public static int GetRunningProgressCount()
```

### Returns

| Type                                                       | Description                                           |
| ---------------------------------------------------------- | ----------------------------------------------------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) | The number of active and running progress indicators. |
