How can use JSL to stop the other JSL that is currently running and execute this new JSL?
For example, the previous code has been run in a aaa.JSL, it has a long waitaaadt=Open("$SAMPLE_DATA/Big Class.jmp");
Wait(100);
Now run a new JSL:bbb.jsl, how can it stop running aaa.jslbbbClose Script("aaa");//??
Close(dt,nosave);
Thanks!