Unity Engine documentationScript ReferenceUnityEditorUnityEditor.BuildUnityEditor.Build.ReportingBuildResultDescribes the outcome of the build process.Read time 1 minuteLast updated 12 days agoDefinition Type: Enum Namespace: UnityEditor.Build.Reporting Assembly: UnityEditor 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.