Constructor
new FileTaskProgress(processedBytes, totalBytes, processedFiles, totalFiles)
Construct a file progress
Parameters:
Name | Type | Description |
---|---|---|
processedBytes |
number | The processed bytes |
totalBytes |
number | The total bytes |
processedFiles |
number | The processed files |
totalFiles |
number | The total files |
Classes
Methods
getProcessedBytes() → {number}
Get the processed bytes
Returns:
The processed bytes
- Type
- number
getProcessedFiles() → {number}
Get the processed files
Returns:
The processed files
- Type
- number
getTotalBytes() → {number}
Get the total bytes.
Returns:
The total bytes
- Type
- number
getTotalFiles() → {number}
Get the total files
Returns:
The total files
- Type
- number