wendy / com.levibostian.wendy.listeners / TaskRunnerListener / taskComplete

taskComplete

@UiThread abstract fun taskComplete(success: Boolean, task: PendingTask): Unit

Task has either successfully run or failed it's run by the task runner.

Parameters

success - Indicates if the task that was run by the task runner was run successfully or not.

task - The PendingTask that was run.