# GetCountPerStatus()

> For each available status, gets the number of progress indicators with that status.

## Definition

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

```csharp
public static int[] GetCountPerStatus()
```

### Returns

| Type                                                           | Description                                                                                                                                                                                          |
| -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [int\[\]](https://learn.microsoft.com/dotnet/api/system.int32) | An array that contains the count of progress indicators per status. Each index maps a single status from the [Progress.Status](/engine/6000.7/script-reference/unityeditor/progress/status.md) enum. |
