Page 1 of 1

RunProgram; ProgramRunning; AvailableProgramOutput;

Posted: Wed Oct 14, 2015 12:02 pm
by HanPBF
Hello!

Concerning the Process library and starting another program...
Is it running stable?

If I run a client PB program from a "central" client PB program, can it be kept open for hours; so, the whole runtime of the application?

Or will there be break downs?
Or is it done only for small calls to other programs receiving a result?


Thanks!
Regards!

Re: RunProgram; ProgramRunning; AvailableProgramOutput;

Posted: Wed Oct 14, 2015 1:55 pm
by Shield
It will run until it's finished (or crashes, is killed, ...), there is no "timeout".