fun isTaskAbleToManuallyRun(taskId: Long): Boolean
Tells you if a PendingTask is able to run yet or not.
To be able to run, all of these must be true:
Call this before calling runTask to avoid runTask throwing an exception on you for it not being ready to run.
IllegalArgumentException
- If the PendingTask for the taskId provided does not exist.