lua-users home
lua-l archive

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


> 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.