C Cyrix Client Регистрация 16.12.2011 Сообщения 393 Благодарностей 11 Баллы 18 17.07.2014 #1 What's the difference between Stop and Interrupt in Right Click Menu in ZP? Thanks.
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 719 Баллы 113 17.07.2014 #2 Stop = Do not start new threads and wait till current opened threads will finish their work interrupt = Do not start new threads, and interrupt all current ones.
Stop = Do not start new threads and wait till current opened threads will finish their work interrupt = Do not start new threads, and interrupt all current ones.