Skip to content

How to retry if onExecute() has not good result ? #1

Description

@bidasknakayama

Hi, I am testing TaskQueue.
It look like very good : )

protected Boolean onExecute() throws Exception {
     if( a_Task() == true ){
           return true;
     }else{
           return false;
     }
}

When False, I want to retry Task.
How to write it ?
We need more example.

Kazu

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions