Create process, poll and send output to console buffer
This commit is contained in:
@@ -46,7 +46,7 @@ struct Process {
|
||||
char platform[6 * 8];
|
||||
};
|
||||
|
||||
Process RunCmd(String command_line, String working_dir);
|
||||
Process CreateCommandLineProcess(String command_line, String working_dir);
|
||||
bool WaitForExit(Process *process);
|
||||
bool PollExitCode(Process *process);
|
||||
void KillProcess(Process *process);
|
||||
|
||||
Reference in New Issue
Block a user