def callback(rhythm_db_import_job, total, imported, user_param1, ...)
Emitted when the status of the import job has changed.
rhythm_db_import_job : |
instance of RB.RhythmDBImportJob that is emitting the signal |
total : |
the current total number of files to process |
imported : |
the current count of files imported |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |