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: 2 additions & 2 deletions reference/5.1/Microsoft.PowerShell.Core/About/about_Jobs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Provides information about how PowerShell background jobs run a command or expression in the background without interacting with the current session.
Locale: en-US
ms.date: 08/29/2022
ms.date: 01/07/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Jobs
Expand Down Expand Up @@ -242,7 +242,7 @@ results would be incomplete. You can use the `Receive-Job` cmdlet repeatedly to
get all of the results. Use the **State** property to determine when the job is
complete.

You can also use the **Wait** parameter of the `Receive-Job` cmdlet. When use
You can also use the **Wait** parameter of the `Receive-Job` cmdlet. When you
use this parameter, the cmdlet doesn't return the command prompt until the job
is completed and all results are available.

Expand Down
4 changes: 2 additions & 2 deletions reference/7.4/Microsoft.PowerShell.Core/About/about_Jobs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Provides information about how PowerShell background jobs run a command or expression in the background without interacting with the current session.
Locale: en-US
ms.date: 08/29/2022
ms.date: 01/07/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Jobs
Expand Down Expand Up @@ -253,7 +253,7 @@ results would be incomplete. You can use the `Receive-Job` cmdlet repeatedly to
get all of the results. Use the **State** property to determine when the job is
complete.

You can also use the **Wait** parameter of the `Receive-Job` cmdlet. When use
You can also use the **Wait** parameter of the `Receive-Job` cmdlet. When you
use this parameter, the cmdlet doesn't return the command prompt until the job
is completed and all results are available.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
description: Provides information about how PowerShell background jobs run a command or expression in the background without interacting with the current session.
Locale: en-US
ms.date: 08/29/2022
ms.date: 01/07/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Jobs
---
# about_Jobs

## Short description

Provides information about how PowerShell background jobs run a command or
expression in the background without interacting with the current session.

Expand Down