RSX Code Reference
    Preparing search index...

    Class BuildResult

    The BuildResult class contains information about a recently executed build.

    Index
    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.