wendy / com.levibostian.wendy.listeners / PendingTaskStatusListener / complete

complete

@UiThread abstract fun complete(taskId: Long, successful: Boolean): Unit

The task runner is done running the PendingTask. The task was either successful or not.

Parameters

taskId - The taskId of the PendingTask that just ran.

successful - Indicates if the running of the PendingTask was successful or not.