@UiThread abstract fun complete(taskId: Long, successful: Boolean): Unit
The task runner is done running the PendingTask. The task was either successful or not.
taskId - The taskId of the PendingTask that just ran.
successful - Indicates if the running of the PendingTask was successful or not.