TransactionProgress# class TransactionProgress(**properties: Any)# Superclasses: Object Constructors: TransactionProgress(**properties) Methods# class TransactionProgress get_bytes_transferred() → int# Gets the number of bytes that have been transferred. Added in version 1.1.2. get_is_estimating() → bool# Gets whether the progress is currently estimating get_progress() → int# Gets the current progress. get_start_time() → int# Gets the time at which this operation has started, as monotonic time. Added in version 1.1.2. get_status() → str# Gets the current status string set_update_frequency(update_interval: int) → None# Sets how often progress should be updated. Parameters: update_interval – the update interval, in milliseconds Signals# class TransactionProgress.signals changed() → None# The type of the None singleton.