I came to B4X via V4PPC, which I am still using.
And in particular am trying to make successive calls to do video transcoding using HandbrakeCLI. But have a problem in that after the second call I don't get a notification of the completion of the Process. So I tried using a timer to poll for completion instead, only to find that the IDE (while debugging) or the EXE (if not) have hung up so the polling fails.
Should I be able to make successive "Process.Start" invocations like that?
TIA, Mike.