Skip to content

Commit

Permalink
added back missing setRetainTask
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolabeghin committed Jun 3, 2019
1 parent 4cbadb5 commit ca37daf
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -180,4 +180,12 @@ public final BooleanProperty retainTasksProperty() {
return retainTasks;
}

/**
* Do not remove tasks when succeeded, cancelled or failed
*
* @param retainTasks
*/
public final void setRetainTasks(boolean retainTasks) {
this.retainTasks.set(retainTasks);
}
}

0 comments on commit ca37daf

Please sign in to comment.