Searched refs:DoProcess_WaitTime (Results 1 – 2 of 2) sorted by relevance
251 return DoProcess_WaitTime(filename, arguments, Int32.MaxValue); in DoProcess()302 internal static int DoProcess_WaitTime(string filename, string arguments, int time) in DoProcess_WaitTime() method in CafeX.ProcessExecutor
552 …returnVal = ProcessExecutor.DoProcess_WaitTime(exe_path, msg, 10000); //10 seconds should be more … in help()