trigger
open fun trigger(@NonNull action: DebugMode.TriggerAction, @NonNull stopCondition: BooleanSupplier): DebugMode
Add a custom actionable condition.
Return
this
Parameters
action
the action to take if the condition is met
stop Condition
the condition to periodically check