# ClearRemainingTime()

> Resets the computation of the progress indicator's remaining time.

## Definition

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

```csharp
public void ClearRemainingTime()
```

### Remarks

If the remaining time was set manually, it reverts to its default state where it is computed automatically.

Additional Resources: [Progress.ClearRemainingTime](/engine/6000.7/script-reference/unityeditor/progress/clearremainingtime.md), [Progress.Item.remainingTime](/engine/6000.7/script-reference/unityeditor/progress/item/remainingtime.md), [Progress.Item.SetRemainingTime](/engine/6000.7/script-reference/unityeditor/progress/item/setremainingtime.md).
