in

infix fun in(interval: Measure<Time>): Scheduler.ScheduledTask

Run a task assigned to in run() in a certain amount of time of the condition remaining true. This will delay the activation of the task by the specified amount of time of the condition remaining true. If this method is called multiple times, the last time directive will be used.

For Kotlin users, calling this method can be done with the notation to (see here), or by calling the alias after.

Return

Current builder for additional task parameters

Parameters

interval

The time interval