This AI is still in early stages of development.
Â
Process("myProcess").abort(all); // note: instance.onEnd() will be called when the aborted run ends
all
Boolean
If true all queued runs will be cancelled.
true
Default: false
false
The process instance is returned, so you can chain more instance methods, eg:
Process("foo").abort(...).addTask(...).run();
Requires: