Class: FileTaskProgress

FileTaskProgress(processedBytes, totalBytes, processedFiles, totalFiles)

File task progress.

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
Source:

Classes

FileTaskProgress

Methods

getProcessedBytes() → {number}

Get the processed bytes
Source:
Returns:
The processed bytes
Type
number

getProcessedFiles() → {number}

Get the processed files
Source:
Returns:
The processed files
Type
number

getTotalBytes() → {number}

Get the total bytes.
Source:
Returns:
The total bytes
Type
number

getTotalFiles() → {number}

Get the total files
Source:
Returns:
The total files
Type
number