Private/Stop-NoUI.ps1
function Stop-NoUI { if (-not ((Test-UI) -or (Test-PipeServer))) { Write-Warning "No UI/UI-Server running" break } } |
function Stop-NoUI { if (-not ((Test-UI) -or (Test-PipeServer))) { Write-Warning "No UI/UI-Server running" break } } |