then

open override fun <T : ITask<*>> then(other: T): T

Sets up the provided other task to run after this task completes, adding it to the dependency tree.

Return

other, for chaining