# status

> Returns the progress indicator's status.

## Definition

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

```csharp
public Progress.Status status { get; }
```

### Remarks

Additional Resources: [Progress.GetStatus](/engine/6000.7/script-reference/unityeditor/progress/getstatus.md), [Progress.Status](/engine/6000.7/script-reference/unityeditor/progress/status.md).
