Lines Matching refs:progress
2747 ** invoke the busy handlers, neither will make any progress. Therefore,
3360 ** invocations of the callback X. ^If N is less than one then the progress
3363 ** ^Only a single progress handler may be defined at one time per
3364 ** [database connection]; setting a new progress handler cancels the
3365 ** old one. ^Setting parameter X to NULL disables the progress handler.
3366 ** ^The progress handler is also disabled by setting N to a value less
3369 ** ^If the progress callback returns non-zero, the operation is
3371 ** "Cancel" button on a GUI progress dialog box.
3373 ** The progress handler callback must not do anything that will modify
3374 ** the database connection that invoked the progress handler.
9033 ** backup is in progress might also cause a mutex deadlock.