# IPostprocessBuildWithReport

> Implement this interface to receive a callback after the build is complete.

## Definition

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

```csharp
public interface IPostprocessBuildWithReport : IOrderedCallback
```

## Methods

| Method                                                                                                                    | Description                                                                |
| ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| [OnPostprocessBuild](/engine/6000.0/script-reference/unityeditor/build/ipostprocessbuildwithreport/onpostprocessbuild.md) | Implement this function to receive a callback after the build is complete. |

## Inheritance

**Inherited Members:**

* [IOrderedCallback.callbackOrder](/engine/6000.0/script-reference/unityeditor/build/iorderedcallback/callbackorder.md)
