Let's test 2 simple things: 1. Create a new JavaSCript job with the following code Scheduler.pause(10); Run and check if it also gets stuck in the queue. 2. Let's modify your other job and change RunAndWait to Run. Also please remove the timeout parameter. Run only needs 2 parameters as compared to RunAndWait. Run and check if it also gets stuck in the queue. Please let us know what you get there. : A JavaScript job that executes a Process.runAndWait, which runs a Java : command-line app. I've tried "Run Program" mode too, using the : OS command for the Java app--same result. : I cannot see the Java app in the Task Manager after it is done, although it : remains in the queue. : Multiplatform Java Edition, version 4.0, build 215
|