wendy / com.levibostian.wendy.types / PendingTaskResult

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.

Enum Values

SUCCESSFUL

Indicates the task was run successfully.

FAILED

Indicates the task failed.