SQLiteBackupInterface.Complete
From Xojo Documentation
Method
This method is called for you when the SQLiteDatabase.Backup finishes.
Example
You can display a simple message in this method to indicate the back up complete:
MessageBox("Backup is complete.")