I have a code which when run, it executes series of lines in sequence. I would like to add a pause in between.
Currently, I have it like this
//do wo
Have a look Thread.Sleep(300) not working correctly
Probably you need to use the "Dispatcher". Have a look here as well