Stjefan

Results 4 comments of Stjefan

I have a similar problem (button stays gray), but in the log I can see that the corresponding kill POST request is sent. However the task is not killed. The...

I changed my machine for a different reason and now its working fine. I will check it on the other machine soon. FYI: When it was not working, "Stop" was...

Sure, it's a very simple script: ``` from time import sleep from datetime import datetime import sys print("This is the name of the script: ", sys.argv[0]) print("Number of arguments: ",...

No taskkill worked as expected and \t killed the subtasks as well. But script-server checks the following before running the taskkill: if execution_id in self._executors: (see in ExecutionService.py) And this...