Closed Rolf-Smit closed 7 years ago
The CI build seems to have failed on downloading the required dependencies, @dlazaro66 you might want to check this.
@Rolf-Smit somehow the CI was messing up with dependencies, now it's fine. Thank you for taking your time doing it, and sorry for the looong delay.
The
AsyncTask
status only becomesStatus.RUNNING
when the scheduler actually starts executing the AsyncTask, as long as the scheduler is busy doing other things theAsyncTask
status will stayStatus.PENDING
even thoughAsyncTask.execute()
has been called. Hence it is needed to check for the PENDING status too.