@karmaniverous/jeeves-runner
    Preparing search index...

    Interface SpawnSessionResult

    Result of spawning a session.

    interface SpawnSessionResult {
        runId: string;
        sessionKey: string;
    }
    Index

    Properties

    Properties

    runId: string

    Run identifier.

    sessionKey: string

    Session key for tracking.