HI,
Is there any way to launch the command and not wait for it to finish?
I have an upload to Gofile via your API in a Python and the process is slow. I don't need to control that event and the system doesn't let start another process until it finishes this one.
Is it possible to launch it without waiting for the rest of the processes?
Do not wait finish Command Executor Processor
Re: Do not wait finish Command Executor Processor
Hey taurojo,
should work by just putting "start" before your command, e.g.
should work by just putting "start" before your command, e.g.
Code: Select all
cmd /C start "your stuff"
emcodem, wrapping since 2009 you got the rhyme?
Re: Do not wait finish Command Executor Processor
Hi taurojo,
Please be aware that it's not natively supported in FFAStrans so there is a big chance that it will kill the child processes started with this method. But I will put it down as a feature request cause it's surely would be a option. Thanks
-steinar
Please be aware that it's not natively supported in FFAStrans so there is a big chance that it will kill the child processes started with this method. But I will put it down as a feature request cause it's surely would be a option. Thanks
-steinar