Motor

interface Motor : Closeable(source)

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun kjører(): Boolean
Link copied to clipboard
abstract fun start()
Link copied to clipboard
abstract fun stop(timeout: Duration = 10.seconds)