ConditionalTask

constructor(originalRunCondition: BooleanSupplier)

Create and allocate a new conditional task. This will automatically be added to the scheduler.

Parameters

originalRunCondition

The condition to start running the task.