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?