docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Failure

    Failure(BuildConfiguration, RunStep, string)

    Create a new instance of RunStepResult that represent a failed execution.

    Declaration
    public static RunStepResult Failure(BuildConfiguration config, RunStep step, string message)
    Parameters
    Type Name Description
    BuildConfiguration config

    The BuildConfiguration used by the RunStep.

    RunStep step

    The RunStep that was executed.

    string message

    The failure message.

    Returns
    Type Description
    RunStepResult

    A new RunStepResult instance.

    Failure(BuildConfiguration, RunStep, Exception)

    Create a new instance of RunStepResult that represent a failed execution.

    Declaration
    public static RunStepResult Failure(BuildConfiguration config, RunStep step, Exception exception)
    Parameters
    Type Name Description
    BuildConfiguration config

    The BuildConfiguration used by the RunStep.

    RunStep step

    The RunStep that was executed.

    Exception exception

    The exception.

    Returns
    Type Description
    RunStepResult

    A new RunStepResult instance.

    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)