 | IAppStartTuning Method |
Starts tuning asynchronously. Control is returned immediately, thus caution should be
exercised when trying to apply new variable values while simulation is still running.
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
Syntaxvoid StartTuning(
IProject project
)
Sub StartTuning (
project As IProject
)
Dim instance As IApp
Dim project As IProject
instance.StartTuning(project)
Parameters
- project
- Type: EMInvent.InventSim.COMServerIProject
Project to tune. The project has to be opened in the application.
See Also