BuildResult

enumeration

Switch to Manual

Description

Describes the outcome of the build process.

Variables

UnknownIndicates that the outcome of the build is in an unknown state.
SucceededIndicates that the build completed successfully.
FailedIndicates that the build failed.
CancelledIndicates that the build was cancelled by the user.