docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ResultBase

    Base class for results.

    Inheritance
    object
    ResultBase
    BuildPipelineResult
    ResultFailure
    ResultSuccess
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Build
    Assembly: solution.dll
    Syntax
    public abstract class ResultBase

    Properties

    Name Description
    Exception

    Exception attached to this result.

    Failed

    Determine whether or not the operation failed.

    Message

    Message attached to this result.

    Reason
    Result
    Succeeded

    Determine whether or not the operation succeeded.

    Methods

    Name Description
    LogResult()

    Log the result to the console window.

    ToString()

    Returns a string that represents the current object.

    Operators

    Name Description
    implicit operator bool(ResultBase)

    Implicit conversion to bool.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)