next up previous

13.7.4 Stopping Rule Execution

The halt function may be used on the RHS of a rule to prevent further rule firing. It is called without arguments. After halt is called, control is returned from the run command. The agenda is left intact, and execution may be continued with a run command. This function has no return value.

Syntax

(halt)


next up previous