-
From bug reports, I see that from 24R1, we will have Application.Exit() to close Embedded Mechanical session. Do we need to use Task manager? or is there any better way? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@koubaa , what is the best way here? Many thanks |
Beta Was this translation helpful? Give feedback.
-
Hi @RGPATCHI @pmaroneh, I believe you can still call app.exit() for 23R2. If the version is < 241, we use ExtAPI.Application.Close(). Otherwise, we use ExtAPI.Application.Exit() |
Beta Was this translation helpful? Give feedback.
Hi @RGPATCHI @pmaroneh, I believe you can still call app.exit() for 23R2. If the version is < 241, we use ExtAPI.Application.Close(). Otherwise, we use ExtAPI.Application.Exit()