estimated_progress


Description:

public double estimated_progress { get; }

An estimate of the percent completion for the download operation.

This value will range from 0.0 to 1.0. The value is an estimate based on the total number of bytes expected to be received for a download. If you need a more accurate progress information you can connect to received_data signal to track the progress.