#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Tue, 30 Jul 2019 12:00:22 +0200
changeset 24495 57144657996c
parent 24494 5abd83f7fd57
child 24496 2b2e06ad2c6e
#DOCUMENTATION by stefan class: OSProcess comment/format in: #executeKeepingProcess
OSProcess.st
--- a/OSProcess.st	Tue Jul 30 11:48:47 2019 +0200
+++ b/OSProcess.st	Tue Jul 30 12:00:22 2019 +0200
@@ -935,8 +935,8 @@
         "if we come here, all streamsToClose have been closed 
          and all shuffler processses are terminated"
     ] ifCurtailed:[
-        "we have been interrupted -
-         terminate the os-command (and all of its forked commands), and clean up"
+        "we have been interrupted - clean up.
+         Different from #execute - here we do NOT terminate the OS-command"
         self 
             closeHelperStreams; 
             terminateShufflerProcesses;
@@ -945,7 +945,7 @@
 
     "Modified: / 29-10-2018 / 15:59:33 / Claus Gittinger"
     "Modified: / 31-10-2018 / 12:31:42 / Maren"
-    "Modified (format): / 01-11-2018 / 15:00:01 / Stefan Vogel"
+    "Modified (format): / 30-07-2019 / 12:00:12 / Stefan Vogel"
 !
 
 startProcess