Private/Test-UI.ps1

function Test-UI {
    if ($Script:ProgressUI.Form.IsVisible) {
        $true
    }
    else {
        $false
    }
}