ModuleBuildProgress

data class ModuleBuildProgress(val filePosition: Long, val fileSize: Long, val currentLineNumber: Int)

Contains the build progress information for the compilation of a ModuleName that is being compiled.

Author

Richard Arriaga

Constructors

Link copied to clipboard
constructor(filePosition: Long, fileSize: Long, currentLineNumber: Int)

Properties

Link copied to clipboard

Line number it is compiling at.

Link copied to clipboard

Position inside the file it has compiled up to.

Link copied to clipboard

The total size of the file.

Link copied to clipboard

The percent of completed compilation truncating the decimal.

Link copied to clipboard

The percentComplete as a displayable String.