 | IAppStopSimulation Method |
Signals the application to stop the ongoing simulation. Control can be returned before
the simulation actually stops. Monitor
IsJobRunning
property to get indication whether the simulation has finished.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxSub StopSimulation
Dim instance As IApp
instance.StopSimulation()
See Also