wendy / com.levibostian.wendy.types

Package com.levibostian.wendy.types

Types

PendingTaskResult

enum class PendingTaskResult

When one of your PendingTask subclasses executes PendingTask.runTask, Wendy requires that it returns a result. You are required to return one of the following results.

ReasonPendingTaskSkipped

enum class ReasonPendingTaskSkipped

Reasons why a PendingTask was skipped by the task runner.

RunAllTasksFilter

class RunAllTasksFilter

Filter the Wendy task runner to only run PendingTasks with the following options.