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
2 changes: 2 additions & 0 deletions reference/3.0/Microsoft.PowerShell.Core/Receive-Job.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ If the job has more results, the job is still deleted, but **Receive-Job** displ
This parameter works only on custom job types.
It is designed for instances of job types that save the job or the type outside of the session, such as instances of scheduled jobs.

This parameter cannot be used without the **Wait** parameter.

This parameter is introduced in Windows PowerShell 3.0.

```yaml
Expand Down
2 changes: 2 additions & 0 deletions reference/4.0/Microsoft.PowerShell.Core/Receive-Job.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ If the job has more results, the job is still deleted, but **Receive-Job** displ
This parameter works only on custom job types.
It is designed for instances of job types that save the job or the type outside of the session, such as instances of scheduled jobs.

This parameter cannot be used without the **Wait** parameter.

This parameter is introduced in Windows PowerShell 3.0.

```yaml
Expand Down
2 changes: 2 additions & 0 deletions reference/5.0/Microsoft.PowerShell.Core/Receive-Job.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ If the job has more results, the job is still deleted, but **Receive-Job** displ
This parameter works only on custom job types.
It is designed for instances of job types that save the job or the type outside of the session, such as instances of scheduled jobs.

This parameter cannot be used without the **Wait** parameter.

This parameter was introduced in Windows PowerShell 3.0.

```yaml
Expand Down
2 changes: 2 additions & 0 deletions reference/5.1/Microsoft.PowerShell.Core/Receive-Job.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ If the job has more results, the job is still deleted, but **Receive-Job** displ
This parameter works only on custom job types.
It is designed for instances of job types that save the job or the type outside of the session, such as instances of scheduled jobs.

This parameter cannot be used without the **Wait** parameter.

This parameter was introduced in Windows PowerShell 3.0.

```yaml
Expand Down
2 changes: 2 additions & 0 deletions reference/6/Microsoft.PowerShell.Core/Receive-Job.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ If the job has more results, the job is still deleted, but **Receive-Job** displ
This parameter works only on custom job types.
It is designed for instances of job types that save the job or the type outside of the session, such as instances of scheduled jobs.

This parameter cannot be used without the **Wait** parameter.

This parameter was introduced in Windows PowerShell 3.0.

```yaml
Expand Down