Member Junction
    Preparing search index...

    The outcome the seam reports from a IHyperbrowserClient.RunAgentTask delegation — the platform-native shape the driver maps onto the Base import('@memberjunction/remote-browser-base').RemoteBrowserActionResult.

    interface HyperbrowserAgentTaskResult {
        CurrentUrl?: string;
        Detail?: string;
        Success: boolean;
    }
    Index

    Properties

    CurrentUrl?: string

    The page URL after the task, when the harness reports one.

    Detail?: string

    Optional human-readable detail (an error message on failure, a note/summary on success).

    Success: boolean

    Whether the native agentic task completed successfully.