Skip to content

Commit

Permalink
Merge pull request #2180 from GDLMadushanka/forEach2
Browse files Browse the repository at this point in the history
Add getter for continueLoopOnFailure
  • Loading branch information
GDLMadushanka authored May 21, 2024
2 parents 4560633 + ce73429 commit 139e131
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,4 +510,8 @@ public void setId(String id) {
public void setContinueLoopOnFailure(boolean continueOnFail) {
this.continueLoopOnFailure = continueOnFail;
}

public boolean getContinueLoopOnFailure() {
return this.continueLoopOnFailure;
}
}

0 comments on commit 139e131

Please sign in to comment.