File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
reference/5.1/Microsoft.PowerShell.Utility Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Utility
5- ms.date : 01/22/2023
5+ ms.date : 06/25/2025
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/start-sleep?view=powershell-5.1&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : Start-Sleep
@@ -35,12 +35,12 @@ repeating an operation.
3535
3636## EXAMPLES
3737
38- ### Example 1: Pause execution for 1.5 seconds
38+ ### Example 1: Pause execution for 1 second
3939
40- In this example, the execution of commands pauses for one and one-half seconds .
40+ In this example, the execution of commands pauses for one second .
4141
4242``` powershell
43- Start-Sleep -Seconds 1.5
43+ Start-Sleep -Seconds 1
4444```
4545
4646### Example 2: Pause execution at the command line
You can’t perform that action at this time.
0 commit comments