Brien Posey explains why PowerShell timers can cause Windows Forms dashboards to freeze or fail to update, and why keeping GUI scripts responsive requires a different approach to timed events.
Now that we know how to set up a timer object, let's get it to do something awesome. Part 2 in a series on the timer object. Last time we looked at timer objects and how to set them up with an event ...