# GetStatus(int)

> Gets the progress indicator's status.

## Definition

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

```csharp
public static Progress.Status GetStatus(int id)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The progress indicator's unique ID.

### Returns

| Type                                                                     | Description                              |
| ------------------------------------------------------------------------ | ---------------------------------------- |
| [Status](/engine/6000.6/script-reference/unityeditor/progress/status.md) | The progress indicator's current status. |
