mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 17:57:43 +00:00
Fixed showing if still running.
This commit is contained in:
parent
3d7b40ca98
commit
f06952b80a
@ -540,7 +540,7 @@ public final class IngestJobSettingsPanel extends javax.swing.JPanel {
|
|||||||
}
|
}
|
||||||
boolean previousVersionRun = false;
|
boolean previousVersionRun = false;
|
||||||
for (IngestJobInfo ingestJob : ingestJobs) {
|
for (IngestJobInfo ingestJob : ingestJobs) {
|
||||||
if (ingestJob.getStatus() == IngestJobInfo.IngestJobStatusType.CANCELLED) {
|
if (ingestJob.getStatus() != IngestJobInfo.IngestJobStatusType.COMPLETED) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
long objectId = ingestJob.getObjectId();
|
long objectId = ingestJob.getObjectId();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user