Class process |
Introduction no help | process Class Referenceprocess more... Public Member Functions
Detailed DescriptionThe process class is used to start external programs. Member Documentationint process::execute(string command,string arguments)execute command is executed with arguments. It waits untill commend terminates and the exitcode is returned. void process::startDetached(string command,string arguments)startDetached command is executed with arguments. It returns true if the program launch was successfull. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
© 2008 Jürgen Thies