SleepAction

data class SleepAction(val seconds: Int)

SleepAction describes a "sleep" action.

Constructors

Link copied to clipboard
constructor(seconds: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Seconds is the number of seconds to sleep.