RePortOptions

data class RePortOptions(val restart: Boolean = false, val parameters: RePortParameters)

Options for the rePort function.

Constructors

Link copied to clipboard
constructor(restart: Boolean = false, parameters: RePortParameters)

Properties

Link copied to clipboard

The parameters containing screen state and recording information

Link copied to clipboard
val restart: Boolean = false

If true, only re-compares active names without updating screen states