runUntil

fun runUntil(vararg reqs: Subsystem, condition: () -> Boolean, function: () -> Unit): ParallelRaceGroup

Creates a RunCommand that runs the given function.

Return

A RunCommand that runs the given function.

Parameters

function

The function to run.