after

infix fun after(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.

Return

Current builder for additional task parameters

Parameters

interval

The time interval