SQLiteBackupInterface.Progress
From Xojo Documentation
Revision as of 17:08, 14 February 2013 by PLefebvre (talk | contribs) (Created page with '<ShowIf version=2013r1> {{MethodBox | name=Progress | owner=SQLiteBackupInterface | ownertype=class | parameters=percent As Double, ByRef cancel As Boolean | scope=public | p…')
Method
SQLiteBackupInterface.Progress(percent As Double, ByRef cancel As Boolean)
Supported for all project types and targets.
Supported for all project types and targets.
This method is called for you as the SQLiteDatabase.Backup progresses, supplying the percent complete in percent. To cancel the backup, set cancel to True.