whenDebounced

Call to access the whenDebounced() scheduler from the Scheduler. This is the same as calling scheduler().whenDebounced(). This is used to create a conditional command based on a boolean supplier that is debounced.

Return

task creation

Parameters

condition

the condition to be debounced