Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 172 Bytes

sleep_milliseconds.md

File metadata and controls

9 lines (5 loc) · 172 Bytes

Sleep for N Milliseconds

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