disposePrevious

fun disposePrevious(disposePrevious: Boolean)

Set whether currently active Job of internal Coroutine should be canceled when execute is called repeatedly. Default value is true.

Parameters

disposePrevious

True if active Job of internal Coroutine should be canceled. Default value is true.