Hello,
I am implementing a feature that shows up a message to the user and then stops the simulation clock. I noticed that the command "stop()" is used inside FlexSim to stop the simulation, but when I try to use it on C++ DLL, the command makes reference to object stops, requesting stop arguments such as stop state, id, priority and stateprofile, and if I try to left it without args, the DLL can't build.
So if anyone could help me pointing out what command I can use to stop the simulation by code using C++ DLL I will be very grateful.
Thanks in advance,