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