File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
7.4/Microsoft.PowerShell.Utility
7.5/Microsoft.PowerShell.Utility Expand file tree Collapse file tree 2 files changed +6
-2
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 : 10/08/2024
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/start-sleep?view=powershell-7.4&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : Start-Sleep
@@ -77,6 +77,8 @@ Start-Sleep -Duration (New-TimeSpan -Seconds 30)
7777Uses a ** TimeSpan** object to specify how long the resource sleeps in milliseconds. The value must
7878not be a negative ** TimeSpan** and must not exceed ` [int]::MaxValue ` milliseconds.
7979
80+ This parameter was added in PowerShell 7.3.
81+
8082``` yaml
8183Type : System.TimeSpan
8284Parameter Sets : FromTimeSpan
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 : 10/08/2024
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/start-sleep?view=powershell-7.5&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : Start-Sleep
@@ -77,6 +77,8 @@ Start-Sleep -Duration (New-TimeSpan -Seconds 30)
7777Uses a ** TimeSpan** object to specify how long the resource sleeps in milliseconds. The value must
7878not be a negative ** TimeSpan** and must not exceed ` [int]::MaxValue ` milliseconds.
7979
80+ This parameter was added in PowerShell 7.3.
81+
8082``` yaml
8183Type : System.TimeSpan
8284Parameter Sets : FromTimeSpan
You can’t perform that action at this time.
0 commit comments