Strategy with linear increasing delay. It starts with initialDelay for each element, increases by increaseStep every time when needsIncrease returns true up to maxDelay, when needsIncrease returns false it resets to initialDelay.
Strategy with linear increasing delay. It starts with initialDelay for each element, increases by increaseStep every time when needsIncrease returns true up to maxDelay, when needsIncrease returns false it resets to initialDelay.
Value parameters
increaseStep
step by which delay is increased
initialDelay
initial delay for each of elements
maxDelay
limits maximum delay
needsIncrease
if true delay increases, if false delay resets to initialDelay