Sleep for N Milliseconds
February 6, 2022 ยท View on GitHub
You can sleep for 10 whole seconds with:
Start-Sleep 10
But you can sleep for a mere 10 Milliseconds with
Start-Sleep -Milliseconds 10
February 6, 2022 ยท View on GitHub
You can sleep for 10 whole seconds with:
Start-Sleep 10
But you can sleep for a mere 10 Milliseconds with
Start-Sleep -Milliseconds 10