finished (Attribute)



This attribute can be used to determine if finish has been invoked on the backup object.

finished get: Iffinishedis true the backup is finished and its resourced have been released. If false the backup is still in progress.
finished set: The programmer can not set thefinishedattribute. It is set internally by ooSQLite.
Remarks: Iffinishedis true, other methods of the backup object that access the database engine can not be invoked. Those are the finish and step methods, and the pageCount (Attribute) and remaining (Attribute) attributes. Thefinishedattribute can be accessed at any time, before or after finish has been invoked.