#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 26 Jun 2019 11:35:09 +0200
changeset 24365 b0e21078359c
parent 24364 3efffac523e4
child 24366 7e7c5d3c4a81
#DOCUMENTATION by cg class: TimeDuration comment/format in: #wait
TimeDuration.st
--- a/TimeDuration.st	Tue Jun 25 17:30:00 2019 +0200
+++ b/TimeDuration.st	Wed Jun 26 11:35:09 2019 +0200
@@ -606,7 +606,15 @@
 !TimeDuration methodsFor:'Compatibility-Squeak'!
 
 wait
+    "wait the receiver's timeDuration"
+    
     Delay waitFor:self
+
+    "
+     5 seconds wait
+    "
+
+    "Modified (comment): / 26-06-2019 / 11:35:02 / Claus Gittinger"
 ! !
 
 !TimeDuration methodsFor:'accessing'!
@@ -1647,6 +1655,7 @@
 ! !
 
 
+
 !TimeDuration methodsFor:'printing'!
 
 addPrintBindingsTo:aDictionary language:languageOrNil