help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] SwazooIliad stop


From: Stefan Schmiedl
Subject: Re: [Help-smalltalk] SwazooIliad stop
Date: Sun, 12 Jul 2009 18:46:11 +0200

On Sun, 12 Jul 2009 18:41:15 +0200
Stefan Schmiedl <address@hidden> wrote:

> I'll file this under "then don't do it" and implement a "quit"
> link by some other clever contraption.

in this case:

  quit [ 
    <category: 'actions'>
    [ ( Delay forSeconds: 5 ) wait. ObjectMemory snapshot; quit ] fork.
    self redirectToLocal: 'shutdown'.
  ]

s.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]