mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #6417 from APriestman/6977_cancellationBug
6977 Check if ingest is complete after cancellation
This commit is contained in:
commit
5f9b87c390
@ -1274,6 +1274,9 @@ final class IngestJobPipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// If a data source had no tasks in progress it may now be complete.
|
||||||
|
checkForStageCompleted();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user