stop

open fun stop(task: Runnable)

Stop a specific task that is currently running.

Parameters

task

the task to stop, must be managed by Threads


open fun stop(task: String)

Stop a specific task that is currently running.

Parameters

task

the name of the task to stop, must be managed by Threads