'Declaration
Public Delegate Function SQLiteProgressCallback() As Integer
Remarks
If the registered progress handler returns non-zero, the operation is interrupted.
The handler must not do anything that will modify the connection it is registered in. This includes SQL statement preparation and execution, retrieving data, etc.