stop

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


fun stop(task: Any?)

Stop a specific task that is currently running.

Parameters

task

the task to stop, must be managed by Threads; using Object supertype for compat. between Runnable and Callable