# EnumerateItems()

> Returns an enumerator to loop over all progress indicators.

## Definition

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

```csharp
public static IEnumerable<Progress.Item> EnumerateItems()
```

### Returns

| Type                                                                                                  | Description                         |
| ----------------------------------------------------------------------------------------------------- | ----------------------------------- |
| [IEnumerable\<Item>](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1) | The enumerable progress indicators. |
