struct

ArrTop::ImportProgress

Inherits Struct < Value < Object

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

new(file : String, bytes : Int64, target : Int64)
Source

Instance methods

bytes
Source
file
Source
percent

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.

Source
target
Source