# ILaunchReport

> Interface to receive information about the application launch.

## Definition

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

```csharp
public interface ILaunchReport
```

## Remarks

Implemented by [IPostprocessLaunch.OnPostprocessLaunch](/engine/6000.5/script-reference/unityeditor/build/ipostprocesslaunch/onpostprocesslaunch.md)

## Properties

| Property                                                                                      | Description                                                      |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| [buildTarget](/engine/6000.5/script-reference/unityeditor/build/ilaunchreport/buildtarget.md) | The target platform on which the application build was launched. |
| [result](/engine/6000.5/script-reference/unityeditor/build/ilaunchreport/result.md)           | The outcome of the application launch.                           |
