I/O Job function.
Long-running jobs should periodically check the @cancellable to see if they have been cancelled.
%TRUE if this function should be called again to complete the job, %FALSE if the job is complete (or cancelled)
See Implementation
I/O Job function.
Long-running jobs should periodically check the @cancellable to see if they have been cancelled.