Jason Tackaberry wrote:
> On Tue, 2007-02-27 at 19:23 +0100, Mathias Weber wrote:
>> I'm working on the games plugin for Freevo 2.0. How do i get a event 
>> from kaa.notifier. Process when the process dies by it self, without my 
>> interaction?
>
> I could have sworn we had a 'completed' or 'exited' signal in Process,
> but it's not there.
>
> Dischi, was this removed?  Or am I on crack?

See some older svn log and something I wrote on irc. When you start
the process you get an InProgress object back which is a signal.

def done(exit_code):
    pass

Process(...).start(...).connect(done)


Dischi

-- 
Life's unfair - but root password helps!

Attachment: pgp0ubcpzLqJA.pgp
Description: PGP signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to