Page 2 of 2

Re: COFE Flowsheet protection

PostPosted: 13 March 2024, 09:11
by jasper
Once you created the COM object you should be able to use all the same functions.

There is no external stop function. This would also not be possible as Solve does not return control until it is done - it would have to be done from another thread, and the COFE object is apartment threaded (can only be accessed from one thread).