# UnregisterPauseCallback(int)

> Unregisters a previously registered progress pause callback.

## Definition

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

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

### Parameters

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

### Remarks

Additional Resources: [Progress.RegisterPauseCallback](/engine/6000.5/script-reference/unityeditor/progress/registerpausecallback.md), [Progress.Pause](/engine/6000.5/script-reference/unityeditor/progress/pause.md), [Progress.Resume](/engine/6000.5/script-reference/unityeditor/progress/resume.md).
