core-utils
    Preparing search index...

    Interface IntermediateOutputRecorder

    interface IntermediateOutputRecorder {
        filePath: string;
        markCompleted: (response: TribunalResponse) => Promise<void>;
        markFailed: (error: unknown) => Promise<void>;
        onProgress: TribunalProgressHandler;
    }
    Index

    Properties

    filePath: string
    markCompleted: (response: TribunalResponse) => Promise<void>
    markFailed: (error: unknown) => Promise<void>