This AI is still in early stages of development.
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 4 Current »
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: