cancelPrevious

val cancelPrevious: Boolean = false

Parameters

cancelPrevious

If false (default) a coroutine is simply launched, no additional checks. If true, all previous jobs that were started with the same jobId, will be cancelled and the coroutine is suspended till all jobs have finished (cancelAndJoin).