- Регистрация
- 22.04.2017
- Сообщения
- 207
- Благодарностей
- 31
- Баллы
- 28
Every now and then I need to "Interrupt" a script in zenno for many reasons but when I do, I sometimes lose a lot of information (variables values, states, complete line from table and list currently being processed).
I think it would be very useful to be able to do a "clean interrupt" that we can catch in the script and perform a final action before the script's execution is getting killed.
An idea would to do an interrupt by error, meaning to voluntarily generate a "bad end" that we can catch in the script to output/save everything that is important before the script is killed.
I think it would be very useful to be able to do a "clean interrupt" that we can catch in the script and perform a final action before the script's execution is getting killed.
An idea would to do an interrupt by error, meaning to voluntarily generate a "bad end" that we can catch in the script to output/save everything that is important before the script is killed.