LaunchResult
Describes the outcome of the application launch process.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
public enum LaunchResult
Fields
Value | Description |
|---|---|
| Failed | The application is failed to launch. |
| PartiallySucceeded | The application is successfully launched on some target devices, but not all. |
| Succeeded | The application is successfully launched. |
| Unknown | Unity attempted to launch the application, but it's unknown whether it's successfully launched. |