Class BuildResult

The BuildResult class contains information about a recently executed build.

Constructors

Properties

errorMessages: string[]

The error messages that occured during the build.

isSuccess: boolean

Determines if the build was succesful.

targetPlatform: PlatformInformation

The target platform that was built.

warningMessages: string[]

The warning messages that occured during the build.