knime-ip / knip-scijava

KNIP - SciJava Commands Plugin
2 stars 3 forks source link

Create KNIMECancelation Service? #17

Closed gab1one closed 8 years ago

gab1one commented 8 years ago

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.

Squareys commented 8 years ago

I think there already is something cancellable in Scijava.

Squareys commented 8 years ago

Instead of having a service or such, you could simply check for "isCancelled" on the module after every row.

gab1one commented 8 years ago

Duplicate of #14