SQLiteBackupInterface.Complete

From Xojo Documentation


Method

SQLiteBackupInterface.Complete()

Supported for all project types and targets.

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.")


See Also

SQLiteDatabase.Backup