# remainingTime

> Returns this progress indicator's remaining time to completion.

## Definition

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

```csharp
public TimeSpan remainingTime { get; }
```

### Remarks

Additional Resources: [Progress.GetRemainingTime](/engine/6000.0/script-reference/unityeditor/progress/getremainingtime.md), [Progress.Item.SetRemainingTime](/engine/6000.0/script-reference/unityeditor/progress/item/setremainingtime.md).
