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 2
2
external help file : Microsoft.PowerShell.Commands.Utility.dll-Help.xml
3
3
Locale : en-US
4
4
Module Name : Microsoft.PowerShell.Utility
5
- ms.date : 01/22/2023
5
+ ms.date : 06/25/2025
6
6
online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/start-sleep?view=powershell-5.1&WT.mc_id=ps-gethelp
7
7
schema : 2.0.0
8
8
title : Start-Sleep
@@ -35,12 +35,12 @@ repeating an operation.
35
35
36
36
## EXAMPLES
37
37
38
- ### Example 1: Pause execution for 1.5 seconds
38
+ ### Example 1: Pause execution for 1 second
39
39
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 .
41
41
42
42
``` powershell
43
- Start-Sleep -Seconds 1.5
43
+ Start-Sleep -Seconds 1
44
44
```
45
45
46
46
### Example 2: Pause execution at the command line
You can’t perform that action at this time.
0 commit comments