Skip to content

Commit

Permalink
Add clear indication in ImageJ status that batch processing completed
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Nov 9, 2021
1 parent 6eddb57 commit cffbdfe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ class BatchProcessing(override val parentWindow: Option[Window]) extends ShowMes
}
if (abort.get()) {
IJ.showStatus(title + " - batch processing aborted by user.")
} else {
IJ.showStatus(title + " - competed.")
}

// onFX {progressStatus.close()}
Expand Down

0 comments on commit cffbdfe

Please sign in to comment.