Beispiel #1
0
        public int executeToPipe(cape.BufferDataReceiver pipeHandler)
        {
            var cp = startProcess(true, pipeHandler);

            if (cp == null)
            {
                return(-1);
            }
            return(cp.getExitStatus());
        }
Beispiel #2
0
 private cape.Process startProcess(bool wait, cape.BufferDataReceiver pipeHandler, bool withIO = false)
 {
     System.Diagnostics.Debug.WriteLine("[cape.ProcessLauncher.startProcess] (ProcessLauncher.sling:266:2): Not implemented");
     return(null);
 }