progress


Description:

public signal void progress (int current, int total, string file_path, bool success)

Emitted when indexing progress is made.

Parameters:

current

Current file number being processed (1-based)

total

Total number of files to process

file_path

Path of the file currently being processed

success

true when a file was indexed and last_vector_scan was saved; listen for this to trigger sql_db.backupDB() on the main thread