ArrTop::ImportProgress
A single import-copy progress reading: the destination file currently being written, how many bytes it holds so far, and the copy's final target size.
Constructors
Instance methods
bytes
Sourcefile
Sourcepercent
Copy progress as a 0–100 percentage, clamped so a file that momentarily
overshoots target never reports past 100. 0 when the target is unknown.
target
Source