-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StatusService: Wrap ExecutionContext in StatusService #14
Comments
@dietzc This would bring back the requirement for a local Service. Still do? |
I'm not sure what exactly we want here. We have to think about it:
Feel free to add more. Concerning the local |
Referring to calling
KNIMELogService and -StatusService, manually instantiated and manually resolved by NodeModule is my solution, since they need to hold NodeLogger/ExecutionContext to delegate the status messages too. Otherwise we would need a local context, since these are Node-local states.
Hurray, that is simple! KNIME ProgressMonitors already provide this functionality! :) We would just pass a subprogressmonitor to the StatusService. |
If it works, then yes, if possible, kill the thread!
I think the
Juchu! |
Because we would not be able to distinguish which node the log messages come from.
🎉 |
True, so we have to use the Please check performance of the |
Uses and enhances: https://github.com/scijava/scijava-common/blob/master/src/main/java/org/scijava/app/StatusService.java
This can directly be used in the scripting.
The text was updated successfully, but these errors were encountered: