PipeStream.st
changeset 23484 a17be8a2cf05
parent 23387 ced9a63547cd
child 23878 a08a25c24390
equal deleted inserted replaced
23483:89533706d387 23484:a17be8a2cf05
   872         ^ nil.
   872         ^ nil.
   873     ].
   873     ].
   874     ^ osProcess pid.
   874     ^ osProcess pid.
   875 
   875 
   876     "Created: 28.12.1995 / 14:54:30 / stefan"
   876     "Created: 28.12.1995 / 14:54:30 / stefan"
       
   877 !
       
   878 
       
   879 setCommandString:aString
       
   880     "for OSProcess only (so we see the command in the streams monitor)"
       
   881 
       
   882     commandString := aString
       
   883 
       
   884     "Created: / 29-10-2018 / 15:14:24 / Claus Gittinger"
   877 ! !
   885 ! !
   878 
   886 
   879 !PipeStream methodsFor:'closing'!
   887 !PipeStream methodsFor:'closing'!
   880 
   888 
   881 abortAndClose
   889 abortAndClose