@D-W wrote:
I’m tackling small issues with calls to UI with C# Tasks. Basically, i have a task which is running and showing progress but can be interrupted via cancellation token and restarted with new params but for some reason when a task is canceled and the next one is launched i get an AccessViolationException.
Is there a way to lock some UI object to prevent access to early? Someone?
Posts: 2
Participants: 2