Member Junction
    Preparing search index...

    Parameters for RemoteBrowserEngine.RecoverDeadAgentSession — everything a relaunch needs that the fault itself cannot say.

    interface RecoverDeadAgentSessionParams {
        ContextUser?: UserInfo;
        InstanceKey?: string;
        ProviderName?: string;
    }
    Index

    Properties

    ContextUser?: UserInfo

    The MJ user the replacement runs as — the same one that owned the browser that died.

    InstanceKey?: string

    Which browser within the agent session faulted (#3531). Omitted is the single unnamed instance.

    ProviderName?: string

    Explicit backend provider name; when omitted the single Active provider is used.