jvminterrupt
Description
|
True if an in-progress Java call can be interrupted when a model is stopped, false otherwise
|
Type
|
Boolean, read/write
|
Default value
|
true
|
Note
|
When the running model is stopped while executing a
jvmcall<type> function, mosjvm will try to interrupt the Java thread if this parameter is 'true'.
|
Note
|
Allowing interruptions has a small performance impact which may be noticable where the user is making hundreds of thousands of very small calls into Java. In these cases, this feature can be disabled by setting the parameter to 'false'.
|