[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: newbie - try catch - array of struct - gc - loop terminated
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 29 Apr 2009 15:06:37 -0300
> now i want to script a loop.
> but what happend if while looping, the user press "shut down computer" ?
>
> i need to detect the broadcasted FINISH win_message, so i can exit the loop
> and not "hanging" the updater.
>
> i am asking for this propietary flag to indigorose's guys, but i thought
> that may be Lua has something to break the script.
If TrueUpdate does not catch signals or export an API for that, then
it cannot be done in pure Lua.