@UiThread abstract fun taskSkipped(reason: ReasonPendingTaskSkipped, task: PendingTask): Unit
If the task runner decides to skip the given PendingTask for some reason.
reason - The reason why the task was skipped.
task - The PendingTask the was skipped.