#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Wed, 26 Feb 2020 01:21:24 +0100
changeset 25299 391acf8707e3
parent 25298 e2bd19b42cbb
child 25300 3acabb810952
#DOCUMENTATION by exept class: PipeStream comment/format in: #finishedWithSuccess
PipeStream.st
--- a/PipeStream.st	Tue Feb 25 17:27:52 2020 +0100
+++ b/PipeStream.st	Wed Feb 26 01:21:24 2020 +0100
@@ -1129,6 +1129,8 @@
 !PipeStream methodsFor:'testing'!
 
 finishedWithSuccess
+    "return true if so"
+
     ^ osProcess notNil and:[osProcess finishedWithSuccess].
 
     "Created: / 22-05-2018 / 18:17:11 / Stefan Vogel"