OutputConfig

data class OutputConfig(var captureOutput: Boolean = true, var captureBufferTimeLimitMs: Long = 100, var captureBufferMaxSize: Int = 1000, var cellOutputMaxSize: Int = 100000, var captureNewlineBufferSize: Int = 100)

Constructors

Link copied to clipboard
constructor(captureOutput: Boolean = true, captureBufferTimeLimitMs: Long = 100, captureBufferMaxSize: Int = 1000, cellOutputMaxSize: Int = 100000, captureNewlineBufferSize: Int = 100)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun update(other: OutputConfig)