comment
authorClaus Gittinger <cg@exept.de>
Wed, 26 Aug 1998 17:48:47 +0200
changeset 3785 261c4ca9238f
parent 3784 181c246ea421
child 3786 1ef55d18a4d4
comment
Process.st
--- a/Process.st	Wed Aug 26 17:46:46 1998 +0200
+++ b/Process.st	Wed Aug 26 17:48:47 1998 +0200
@@ -141,8 +141,8 @@
                         can be interrupted, terminated and aborted
                         (i.e. the usual context actions are is possible).
 
-        #hardStopped    thread was cought while in a blocking API call
-                        or primitive endless loop and has been stopped by
+        #halted         thread was cought while in a blocking API call
+                        or primitive endless loop and has been halted by
                         the scheduler.
                         Can only be resumed or hard-terminated - abort
                         or soft terminate or unwind actions are not possible.
@@ -1592,6 +1592,6 @@
 !Process class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.95 1998-08-26 15:46:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.96 1998-08-26 15:48:47 cg Exp $'
 ! !
 Process initialize!