# ClearRemainingTime(int)

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

## Definition

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

```csharp
public static void ClearRemainingTime(int id)
```

### Parameters

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

### Remarks

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