Home
last modified time | relevance | path

Searched refs:DoProcess_WaitTime (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DTools.cs251 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
DExecutableClasses.cs552 …returnVal = ProcessExecutor.DoProcess_WaitTime(exe_path, msg, 10000); //10 seconds should be more … in help()