ProgressMeter.etaSecs

Compute estimated time of arrival (ETA) with a simple linear model.

const etaSecs = (totalTicks - numTicks)/ticksPerSec;
class ProgressMeter
@property const nothrow @safe
double
etaSecs
()

Return Value

Type: double

Estimated time of arrival id hasETA; otherwise double.infinity.

Meta