RestartProcessRequest.st
author Stefan Vogel <sv@exept.de>
Fri, 09 May 2003 18:11:22 +0200
changeset 7280 7afcccb7c856
parent 6211 69f320c220d5
child 7588 1819a1c408f3
permissions -rw-r--r--
Fix pidgin spelling: 'does not exists' and 'not exists'

"{ 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 $'
! !