# LaunchResult

> Describes the outcome of the application launch process.

## Definition

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

```csharp
public enum LaunchResult
```

## Fields

| Value                                                                                                      | Description                                                                                     |
| ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| [Failed](/engine/6000.6/script-reference/unityeditor/build/launchresult/failed.md)                         | The application failed to launch.                                                               |
| [PartiallySucceeded](/engine/6000.6/script-reference/unityeditor/build/launchresult/partiallysucceeded.md) | The application is successfully launched on some target devices, but not all.                   |
| [Succeeded](/engine/6000.6/script-reference/unityeditor/build/launchresult/succeeded.md)                   | The application is successfully launched.                                                       |
| [Unknown](/engine/6000.6/script-reference/unityeditor/build/launchresult/unknown.md)                       | Unity attempted to launch the application, but it's unknown whether it's successfully launched. |
