Do not wait finish Command Executor Processor

Questions and answers on how to get the most out of FFAStrans
Post Reply
taurojo
Posts: 32
Joined: Mon Dec 19, 2016 2:44 pm

Do not wait finish Command Executor Processor

Post by taurojo »

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?
emcodem
Posts: 1631
Joined: Wed Sep 19, 2018 8:11 am

Re: Do not wait finish Command Executor Processor

Post by emcodem »

Hey taurojo,

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?
admin
Site Admin
Posts: 1658
Joined: Sat Feb 08, 2014 10:39 pm

Re: Do not wait finish Command Executor Processor

Post by admin »

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
Post Reply