Re: [Simple-evcorr-users] How can I trigger all outstanding context actions on SEC_SHUTDOWN?

2020-12-15 Thread Risto Vaarandi
hi Penelope, since 'obsolete' is a SEC action, it can not be called in Perl, but you rather need some sort of loop written in the SEC rule language. Fortunately, SEC supports the 'while' action that executes an action list as long as the given action list variable evaluates true in boolean

Re: [Simple-evcorr-users] How can I trigger all outstanding context actions on SEC_SHUTDOWN?

2020-12-15 Thread Risto Vaarandi
> > For better testing, it would be cool if SEC's idea of the current time could > be derived from the timestamps in the log file instead of wall-clock time, so > that context actions happen at the right time relative to log messages > (rather than 30 seconds after the program ends! :-), but