Search progress information.

SearchProgress

interface SearchProgress {
    processed: number;
    skipped: string[];
    total: number;
}

Properties

processed: number

Number of files processed.

skipped: string[]

List of directories skipped during search.

total: number

Total number of files to process.