# indefinite

> Returns true if the progress indicator is indefinite.

## Definition

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

```csharp
public bool indefinite { get; }
```

### Remarks

An indefinite progress indicator shows that the task is in progress, but does not show how close it is to completion.

Additional Resources: [Progress.GetOptions](/engine/6000.5/script-reference/unityeditor/progress/getoptions.md), [Indefinite](/engine/6000.5/script-reference/unityeditor/progress/options/indefinite.md).
