Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion reference/7.4/Microsoft.PowerShell.Utility/Start-Sleep.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Utility
ms.date: 01/22/2023
ms.date: 10/08/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/start-sleep?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Start-Sleep
Expand Down Expand Up @@ -77,6 +77,8 @@ Start-Sleep -Duration (New-TimeSpan -Seconds 30)
Uses a **TimeSpan** object to specify how long the resource sleeps in milliseconds. The value must
not be a negative **TimeSpan** and must not exceed `[int]::MaxValue` milliseconds.

This parameter was added in PowerShell 7.3.

```yaml
Type: System.TimeSpan
Parameter Sets: FromTimeSpan
Expand Down
4 changes: 3 additions & 1 deletion reference/7.5/Microsoft.PowerShell.Utility/Start-Sleep.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Utility
ms.date: 01/22/2023
ms.date: 10/08/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/start-sleep?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Start-Sleep
Expand Down Expand Up @@ -77,6 +77,8 @@ Start-Sleep -Duration (New-TimeSpan -Seconds 30)
Uses a **TimeSpan** object to specify how long the resource sleeps in milliseconds. The value must
not be a negative **TimeSpan** and must not exceed `[int]::MaxValue` milliseconds.

This parameter was added in PowerShell 7.3.

```yaml
Type: System.TimeSpan
Parameter Sets: FromTimeSpan
Expand Down