(Process allInstances
reject: [ :p |�
{(InputEventFetcher default fetcherProcess).
(Processor activeProcess).
(WeakArray runningFinalizationProcess).
(Processor backgroundProcess).
(SmalltalkImage current lowSpaceWatcherProcess).
(UIManager default uiProcess).
(Delay schedulingProcess)} includes: p ])
do: [ :p |�
p suspend; terminate ]
and get 6 processes remain:
(80) �745275392: Delay class>>handleTimerEvent
(60) Input events fetching process: InputEventFetcher>>waitForInput
(60) 1061945344: SmalltalkImage>>lowSpaceWatcher
(50) �946339840: WeakArray class>>finalizationProcess
(40s) Morphic UI process: nil
(10) �845938688: ProcessorScheduler class>>idleProcess
is this OK?
regards.