@UiThread abstract fun skipped(taskId: Long, reason: ReasonPendingTaskSkipped): Unit
The task runner skipped running the PendingTask for some reason.
taskId
- The taskId of the PendingTask that was skipped.
reason
- The reason that the PendingTask was skipped.
See Also