You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start-Sleep was recently modified to support fractional seconds (PowerShell/PowerShell#8477). The Seconds parameter is now a [double] instead of an [int], but in PowerShell 6.2 and online, help/documentation still shows it as an Int.
Also, help should be updated to show that fractions of seconds are now supported as well. I.e. Start-Sleep -Seconds 1.4