OutputTruncation

data class OutputTruncation(val exeOutputLength: Long, val reportOutputLength: Long)

Constructors

Link copied to clipboard
constructor(exeOutputLength: String, reportOutputLength: String)
constructor(exeOutputLength: Long, reportOutputLength: Long)

Properties

Link copied to clipboard

Maximum length to obtain from executable output.

Link copied to clipboard

Maximum length to show in the generated report.