Delayed

class Delayed(time: Long, delay: Long) : Timer

Constructors

Link copied to clipboard
constructor(time: Long, delay: Long)

Functions

Link copied to clipboard
fun cur(): Long
Link copied to clipboard
open fun end(): Boolean

If the timer is ended.

Link copied to clipboard
fun time(): Long