✅ System threading tasks
I am trying to accomplish a checker to make sure a task/function doesn't take to long to run. If it does it must end. Basically kill the task. This is the code I have:
But with this it is creating cross threading. I had this issue before but with accessing data, and I did this to solve it:
This worked, but now the panel (error on picture) that is trying to be accessed is to update it...I update a lot of the information on the form so the same workaround cannot be done. Please lemme know if you need more information.
But with this it is creating cross threading. I had this issue before but with accessing data, and I did this to solve it:
This worked, but now the panel (error on picture) that is trying to be accessed is to update it...I update a lot of the information on the form so the same workaround cannot be done. Please lemme know if you need more information.