We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
I'm trying to run something in the background like this:
-mode=term -pos=hide TASK >> running.log
so I only need to monitor the log file for the progress, this way I don't need a terminal.
but then how do I terminate the task with asyncrun?