wendy / com.levibostian.wendy.listeners / TaskRunnerListener / taskSkipped

taskSkipped

@UiThread abstract fun taskSkipped(reason: ReasonPendingTaskSkipped, task: PendingTask): Unit

If the task runner decides to skip the given PendingTask for some reason.

Parameters

reason - The reason why the task was skipped.

task - The PendingTask the was skipped.