Process.st
changeset 11283 b092a213a0d3
parent 10742 186b8a15cad6
child 11416 44bd38daed25
equal deleted inserted replaced
11282:5e04b4bd310a 11283:b092a213a0d3
  1675 
  1675 
  1676 stop
  1676 stop
  1677     "suspend the receiver process - will continue to run when a resume is sent.
  1677     "suspend the receiver process - will continue to run when a resume is sent.
  1678      A stopped process will not be resumed for interrupt processing."
  1678      A stopped process will not be resumed for interrupt processing."
  1679 
  1679 
  1680 "/    state := #stopped.
  1680     self suspendWithState:#stopped.
  1681     self suspendWithState:#stopped
       
  1682 
  1681 
  1683     "Modified: / 13.12.1995 / 13:22:58 / stefan"
  1682     "Modified: / 13.12.1995 / 13:22:58 / stefan"
  1684     "Modified: / 27.7.1998 / 23:37:15 / cg"
  1683     "Modified: / 27.7.1998 / 23:37:15 / cg"
  1685 !
  1684 !
  1686 
  1685 
  2046 ! !
  2045 ! !
  2047 
  2046 
  2048 !Process class methodsFor:'documentation'!
  2047 !Process class methodsFor:'documentation'!
  2049 
  2048 
  2050 version
  2049 version
  2051     ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.167 2007-10-17 10:29:13 cg Exp $'
  2050     ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.168 2008-10-23 16:25:57 stefan Exp $'
  2052 ! !
  2051 ! !
  2053 
  2052 
  2054 Process initialize!
  2053 Process initialize!