AbstractOperatingSystem.st
changeset 23637 8b59f50ab857
parent 23598 8e7bb6b5d696
child 23682 79c84500c6c1
equal deleted inserted replaced
23636:b9e5840e2c22 23637:8b59f50ab857
  4169 
  4169 
  4170 !AbstractOperatingSystem class methodsFor:'misc'!
  4170 !AbstractOperatingSystem class methodsFor:'misc'!
  4171 
  4171 
  4172 closePid:pid
  4172 closePid:pid
  4173     "free pid resource.
  4173     "free pid resource.
  4174      Not required for Unix, but Windoze requires it."
  4174      Not required for Unix, but Windows requires it to release the process handle."
  4175 
  4175 
  4176     ^ true.
  4176     ^ self.
  4177 
  4177 
  4178     "Created: / 28.1.1998 / 14:23:04 / md"
  4178     "Created: / 28-01-1998 / 14:23:04 / md"
  4179     "Modified: / 28.1.1998 / 14:27:18 / md"
  4179     "Modified: / 05-06-1998 / 18:38:46 / cg"
  4180     "Modified: / 5.6.1998 / 18:38:46 / cg"
  4180     "Modified: / 22-01-2019 / 19:31:07 / Stefan Vogel"
  4181 !
  4181 !
  4182 
  4182 
  4183 exit
  4183 exit
  4184     "shutdown smalltalk immediately - this method does not return.
  4184     "shutdown smalltalk immediately - this method does not return.
  4185      Return 'good'-status (0) to the parent unix process."
  4185      Return 'good'-status (0) to the parent unix process."