Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 20.0.2 ]
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.
Solved! Go to Solution.
