@UiThread abstract fun taskComplete(success: Boolean, task: PendingTask): Unit
Task has either successfully run or failed it's run by the task runner.
success
- Indicates if the task that was run by the task runner was run successfully or not.
task
- The PendingTask that was run.