In CLIPS and if we are using modules then we can use auto-focus for rules in a module:
Auto focus rule property allows an automatic focus command to be
executed whenever a rule becomes active. If the auto focus property
for a rule is TRUE, then a focus command on the module which the rule
is defined is automatically executed whenever the rule is activated.
My question is that:
If I have two modules A and B, where B has a rule with an auto-focus property and currently I am at module A, the rule in B is activated and because of the “auto-focus property” module B is activated automatically , after the rule is executed, will the focus be back to module A or ?