fun runDelayed(delayMillis: Long, action: () -> Unit): Boolean
fun runDelayed(delayMillis: Long, action: F0): Boolean
run code inside of Background Thread after given delay
delayMillis - delay in ms
delayMillis
action - code to execute
action