  Introduction Screenshots License/Download Installation Userinterface Function Index Macro Programming Links Community    no help |  | process Class Referenceprocess more... Public Member FunctionsDetailed DescriptionThe process class is used to start external programs. Member Documentation int 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. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |