RE: [scripting] [Powershell] updating WPF UI from a child runspace

2017-03-15 Thread Mote, Todd
] On Behalf Of Ryan Sent: Wednesday, March 15, 2017 5:16 PM To: scripting@lists.myitforum.com Subject: Re: [scripting] [Powershell] updating WPF UI from a child runspace The most successful I've been with that in PowerShell was when I used the dispatcher timer to update the UI. The basic idea

Re: [scripting] [Powershell] updating WPF UI from a child runspace

2017-03-15 Thread Ryan
The most successful I've been with that in PowerShell was when I used the dispatcher timer to update the UI. The basic idea was to have a synchronized hash table that would exist between all the runspaces. I could then store information there for the UI elements and the dispatcher timer would