mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Publish a resumed message regardless of whether the JobProcessingTask is waiting for directory scan completion or not.
This commit is contained in:
parent
df912db421
commit
08aa6ab8a7
@ -1840,13 +1840,13 @@ final class AutoIngestManager extends Observable implements PropertyChangeListen
|
|||||||
*/
|
*/
|
||||||
setChanged();
|
setChanged();
|
||||||
notifyObservers(Event.RESUMED);
|
notifyObservers(Event.RESUMED);
|
||||||
|
|
||||||
/**
|
|
||||||
* Publish an event to let remote listeners know that the
|
|
||||||
* node has been resumed.
|
|
||||||
*/
|
|
||||||
eventPublisher.publishRemotely(lastPublishedStateEvent = new AutoIngestNodeStateEvent(Event.RESUMED, AutoIngestManager.LOCAL_HOST_NAME));
|
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* Publish an event to let remote listeners know that the node
|
||||||
|
* has been resumed.
|
||||||
|
*/
|
||||||
|
eventPublisher.publishRemotely(lastPublishedStateEvent = new AutoIngestNodeStateEvent(Event.RESUMED, AutoIngestManager.LOCAL_HOST_NAME));
|
||||||
|
|
||||||
pauseLock.notifyAll();
|
pauseLock.notifyAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user