race

fun race(vararg otherTasks: Task): RaceTaskGroup

Compose this task into a RaceTaskGroup with the supplied tasks to run all of these tasks until one finishes.


infix fun race(otherTask: Task): RaceTaskGroup

Compose this task into a RaceTaskGroup with the supplied task to run alongside this one until one finishes.