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.
Indicates the task was run successfully. |
|
Indicates the task failed. |