SimulationOptions

data class SimulationOptions(val inLoop: Boolean = false, val timeUnit: TimeUnit = TimeUnit.MILLISECONDS, val dispatchPeriod: Long = 200, val restartDelay: Long = 5000)

Constructors

Link copied to clipboard
constructor(inLoop: Boolean = false, timeUnit: TimeUnit = TimeUnit.MILLISECONDS, dispatchPeriod: Long = 200, restartDelay: Long = 5000)

Properties

Link copied to clipboard
val dispatchPeriod: Long = 200
Link copied to clipboard
val inLoop: Boolean = false
Link copied to clipboard
val restartDelay: Long = 5000
Link copied to clipboard