isRunning

fun isRunning(runnable: Runnable): Boolean

Returns whether the timer for the provided Runnable is currently running or not.

Parameters

runnable

The Runnable associated with a timer.