interactionLogManager.writeInteractionLog(log);
EventVariables eventVariables = new EventVariables(timerEventParameters);
MacroCommand macroCommand = new MacroCommand(timerEventParameters,eventVariables, commandEntries);
Result result = macroCommand.execute();
if(result.getValue() != null){
req.setAttribute("result", result.getValue());
}
LOGGER.debug("command interpretation result: " + result.getValue());
}
if(requestingUsers.size() > 1){
// this text will displayed in the confirmation page
String message = resources.getMessage(locale,"smssvc.ForNUsersExecuted", requestingUsers.size()+"");