initial checkin
authorClaus Gittinger <cg@exept.de>
Sat, 17 Nov 2001 11:10:08 +0100
changeset 6211 69f320c220d5
parent 6210 d7039e2ae776
child 6212 65624195f937
initial checkin
RestartProcessRequest.st
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RestartProcessRequest.st	Sat Nov 17 11:10:08 2001 +0100
@@ -0,0 +1,23 @@
+"{ Package: 'stx:libbasic' }"
+
+ControlRequest subclass:#RestartProcessRequest
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Kernel-Exceptions-Control'
+!
+
+!RestartProcessRequest class methodsFor:'documentation'!
+
+documentation
+"
+    Request to restart a process.
+    (raised when #restart is sent to a process)
+"
+! !
+
+!RestartProcessRequest class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/RestartProcessRequest.st,v 1.1 2001-11-17 10:10:08 cg Exp $'
+! !