Emitted when indexing progress is made.
| 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 |