* Stops the rules engine from running the next priority set of Rules. All remaining rules will be resolved as undefined, * and no further events emitted. Since rules of the same priority are evaluated in parallel(not series), other rules of * the same priority may still emit events, even tho
()
| 216 | * @return {Engine} |
| 217 | */ |
| 218 | stop () { |
| 219 | this.status = FINISHED |
| 220 | return this |
| 221 | } |
| 222 | |
| 223 | /** |
| 224 | * Returns a fact by fact-id |
no outgoing calls
no test coverage detected