setDefaultTask

fun setDefaultTask(@NonNull defaultTask: Task)

Set the default task for this subsystem, which will be run when no other task is running.

Parameters

defaultTask

The task to set as the default task, which will also internally make the dependency of this task to be this subsystem if possible