Module Build Progress
data class ModuleBuildProgress( val filePosition: Long, val fileSize: Long, val currentLineNumber: Int)
Content copied to clipboard
Contains the build progress information for the compilation of a ModuleName that is being compiled.
Author
Richard Arriaga
Constructors
Link copied to clipboard
fun ModuleBuildProgress( filePosition: Long, fileSize: Long, currentLineNumber: Int)
Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The percentComplete as a displayable String.