NAME
VS::RuleEngine::Constants - Constants used by the engine
EXPORTED SYMBOLS
Hook return codes
- KV_ABORT
 - 
Used to indicate execution of the engine should be aborted.
 - KV_CONTINUE
 - 
Used to indicate execution of the engine should continue.
 
Rule return codes
- KV_NO_MATCH
 - 
Used to indicate a rule didn't match.
 - KV_MATCH
 - 
Used to indicate a rule matched.
 
Arguments
- KV_SELF
 - 
The invoked object - that is the rule-, input-, output-, action- etc. instance.
 - KV_GLOBAL
 - 
The global data for the engine.
 - KV_LOCAL
 - 
The local iteration data for the engine.
 - KV_INPUT
 - 
The engine inputs.