Unity Engine documentationScript ReferenceUnityEditorUnityEditor.BuildUnityEditor.Build.ReportingBuildResultDescribes the outcome of the build process.Read time 1 minuteLast updated 6 days agoDefinition Type: Enum Namespace: UnityEditor.Build.Reporting Assembly: UnityEditor.CoreModule public enum BuildResult Fields ValueDescriptionCancelledIndicates that the build was cancelled by the user.FailedIndicates that the build failed.SucceededIndicates that the build completed successfully.UnknownIndicates that the outcome of the build is in an unknown state.