MCPcopy
hub / github.com/CacheControl/json-rules-engine / stop

Method stop

src/engine.js:218–221  ·  view source on GitHub ↗

* 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

()

Source from the content-addressed store, hash-verified

216 * @return {Engine}
217 */
218 stop () {
219 this.status = FINISHED
220 return this
221 }
222
223 /**
224 * Returns a fact by fact-id

Callers 2

engine.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected