Member Junction
    Preparing search index...

    Analysis execution result Contains the complete analysis state and metadata

    interface AnalysisExecutionResult {
        message?: string;
        outputFolder: string;
        stateFile: string;
        success: boolean;
        summary: AnalysisSummary;
    }
    Index

    Properties

    message?: string

    Error message if analysis failed

    outputFolder: string

    Path to the output folder containing state.json and generated files

    stateFile: string

    Path to the state file

    success: boolean

    Whether analysis succeeded

    Analysis summary with metrics