isTaskRunning

fun isTaskRunning(taskName: String): Boolean

Returns true if a repeated task with the name supplied is running. If the task does not exist or is not running, return false.