We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This service would allow for an easy cancellation of Nodes which are powered by SciJava Plugins.
Requires changes in SciJava, maybe add ops which can be canceled themselves. (Especially interesting for the more complex highlevel ops.
The text was updated successfully, but these errors were encountered:
I think there already is something cancellable in Scijava.
Sorry, something went wrong.
Instead of having a service or such, you could simply check for "isCancelled" on the module after every row.
Duplicate of #14
gab1one
No branches or pull requests
This service would allow for an easy cancellation of Nodes which are powered by SciJava Plugins.
Requires changes in SciJava, maybe add ops which can be canceled themselves. (Especially interesting for the more complex highlevel ops.
The text was updated successfully, but these errors were encountered: