wendy / com.levibostian.wendy.listeners / PendingTaskStatusListener / skipped

skipped

@UiThread abstract fun skipped(taskId: Long, reason: ReasonPendingTaskSkipped): Unit

The task runner skipped running the PendingTask for some reason.

Parameters

taskId - The taskId of the PendingTask that was skipped.

reason - The reason that the PendingTask was skipped.

See Also

ReasonPendingTaskSkipped