isQueued

public abstract boolean isQueued(int taskId)

Check if the task queued to be run later.

If getClassById repeating task is currently running, it might not be queued now but could be in the future. A task that is not queued, and not running, will not be queued again.

Return

If the task is queued to be run.

Parameters

taskId

The task to check.