From a26a65efe5b18ad471a9c5d5fe1a047ade2bda65 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Wed, 12 Apr 2017 21:15:30 +0200 Subject: [PATCH] evrexec: notes about usage of modules with KEMI scripts --- src/modules/evrexec/doc/evrexec_admin.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/modules/evrexec/doc/evrexec_admin.xml b/src/modules/evrexec/doc/evrexec_admin.xml index 840399ee4aa..b624eed6f27 100644 --- a/src/modules/evrexec/doc/evrexec_admin.xml +++ b/src/modules/evrexec/doc/evrexec_admin.xml @@ -16,8 +16,9 @@
Overview - The module executes even route blocks once on dedicated processes. The - execution can be delayed for an interval of time. + The module executes event route blocks or KEMI functions on dedicated + processes at startup. The execution can be delayed for a specified + interval of time. The actions in the event route should be a loop or other tasks that @@ -77,6 +78,10 @@ name - name of the event route to be executed. + When used with a KEMI embedded laguage, this has to be the name + of a function from the KEMI script. The function must have a + string parameter, which will retrieve the index of the works in + string format.