I want to do IF statement: If my resource runs out of data to process do x actions. How do I do this? I tried to use Ignore errors but that did not work.
80507501-f60c-4233-a71a-a520a69c0f77-image.png
попробовал по совету запустить через ВМ, запустился, но все равно мне же скрипт на мейн нужен, че ж делать че ж делать
If I am running a script and one thread fails, the data used for it will disappear from the source and I cannot see which one has to be reused.
There is no way to know which data was taken, 'cause the thread had deleted all things used before. But u could log data used before the thread will be crashed.
I had this problem when working with 2 different projects at the same time running "two instances" so I duplicated the root folder of the program and added 1 shortcut to each folder and I did not have that problem anymore.