during

fun during(vararg otherTasks: Task): DeadlineTaskGroup

Compose this task into a DeadlineTaskGroup with the supplied tasks to run these extra tasks until this task is done.


infix fun during(otherTask: Task): DeadlineTaskGroup

Compose this task into a DeadlineTaskGroup with the supplied task to run alongside this one until this task is done.