Member Junction
    Preparing search index...
    ComputerUseStatus:
        | "Completed"
        | "Failed"
        | "Impossible"
        | "MaxStepsReached"
        | "Error"
        | "Cancelled"

    Terminal status of a Computer Use run.

    • 'Completed': Judge confirmed the goal was met
    • 'Failed': Judge confirmed the goal was NOT met after best effort
    • 'Impossible': Judge determined the goal cannot be accomplished (e.g., missing permissions, non-existent page)
    • 'MaxStepsReached': Hit step limit without judge confirmation either way
    • 'Error': Infrastructure or runtime error (browser crash, LLM failure, etc.)
    • 'Cancelled': Externally cancelled via engine.Stop()