Files
winutil/functions/public/Invoke-WPFUIThread.ps1
T
Gabi 01ef78915a Remove -NoUi (#4572)
* Made -NoUi not exit the window

* Update start.ps1

* Update main.ps1

* Update main.ps1

* Update Set-WinUtilProgressbar.ps1

* Update Invoke-WPFImpex.ps1

* Update Invoke-WPFUIThread.ps1

* Update start.ps1

* Update Invoke-WPFUIThread.ps1

* Update main.ps1

* Update main.ps1
2026-06-08 10:02:35 -05:00

4 lines
102 B
PowerShell

function Invoke-WPFUIThread ($ScriptBlock) {
$sync.form.Dispatcher.Invoke([action]$ScriptBlock)
}