BuildResult
Describes the outcome of the build process.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
public enum BuildResult
Fields
Value | Description |
|---|---|
| Cancelled | Indicates that the build was cancelled by the user. |
| Failed | Indicates that the build failed. |
| Pending | Build is actively running, or the Unity editor process was aborted during the build and it never reached a completed state. |
| Succeeded | Indicates that the build completed successfully. |
| Unknown | Indicates that the outcome of the build is in an unknown state. |