Module Build Progress
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
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 percent of completed compilation truncating the decimal.
Link copied to clipboard
The percentComplete as a displayable String.