Rerun the task if that has already run.
nacknime-official opened this issue · 0 comments
nacknime-official commented
Example:
I wrote a HTTP server on Golang and ran that by AsyncTasks.
I saw my response in browser and edited the code. The server is still running.
And to rerun the server I must switch to window with running server (I have 'output=terminal' in the config), press Ctrl+C to stop the server, press Enter to close the terminal and only then press F7 to run the task.
In IDE if a program has already run, I can press <some keybind for run>
again for rerun that one. Can I do that with AsyncTasks?