progress

abstract var progress: (progressInfo: BackupProgressInfo) -> Unit?(source)

An optional callback function that will be called after each backup step. The argument passed to this callback is an Object with remainingPages and totalPages properties, describing the current progress of the backup operation.