Hi community,
today I run into an issue with destroymessageevents command.
The sequence to reproduce it is simple.
1. I created a delayed message with the code
Object s = Model.find("Source1); s.message(10,s,100);
2. I executed the code to remove the message from the event list
Object s = Model.find("Source1"); destroymessageevents(s,0,s);
After executing the script, nothing happens!
Can someone help me? I attached the model.