Member Junction
    Preparing search index...

    Complete result of a Computer Use engine run.

    Contains the full step history including screenshots (as base64 strings), all actions executed, tool calls, judge verdicts, and timing information.

    Layer 1 holds everything in memory. Layer 2 (MJComputerUseEngine) persists screenshots via AIPromptRunMedia entities and logs via MJ's audit system.

    Index

    Constructors

    Properties

    Error details (populated when Status is 'Error')

    FinalJudgeVerdict?: JudgeVerdict

    The last judge verdict (if the judge was consulted)

    FinalScreenshot: string = ''

    Final screenshot captured (base64 PNG)

    FinalUrl: string = ''

    Final URL the browser was on when the run ended

    Status: ComputerUseStatus = 'Error'

    Terminal status of the run

    Steps: StepRecord[] = []

    Complete history of all steps executed

    Success: boolean = false

    Whether the run achieved its goal

    TotalDurationMs: number = 0

    Total wall-clock duration of the run in milliseconds

    TotalSteps: number = 0

    Total number of steps executed