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!
RunProgram; ProgramRunning; AvailableProgramOutput;
Re: RunProgram; ProgramRunning; AvailableProgramOutput;
It will run until it's finished (or crashes, is killed, ...), there is no "timeout".
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds