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. |
|
enum class ReasonPendingTaskSkipped
Reasons why a PendingTask was skipped by the task runner. |
|
class RunAllTasksFilter
Filter the Wendy task runner to only run PendingTasks with the following options. |