Ingest completed

I’d like to be able to notify the user that my custom file ingest module has completed running. After reading Autopsy: Developing Ingest Modules, I can see that multiple threads are created and I can’t use IngestModule.shutdown() to accurately notify a user that the entire module has completed (it runs every time a thread completes).

Is there a way to do this?

Not that I am aware of.