ScheduledTask

class ScheduledTask(val time: Long, val task: () -> Unit)

Constructors

Link copied to clipboard
constructor(time: Long, task: () -> Unit)

Properties

Link copied to clipboard
val task: () -> Unit
Link copied to clipboard
val time: Long