You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
I would like to request a new feature
What is the current behavior? Wait-RSJob currently waits for all $Job/$InputObject to finish before the cmdlet completes execution.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
Please emulate the behaviour of PowerShell v3+ Wait-Job-Any parameter, which causes the cmdlet to complete execution when the first job in $Job/$InputObject finishes.
Which versions of Powershell and which OS are affected by this issue? Did this work in previous versions of our scripts?
Please provide a code example showing the issue, if applicable:
Do you want to request a feature or report a bug?
I would like to request a new feature
What is the current behavior?
Wait-RSJob currently waits for all $Job/$InputObject to finish before the cmdlet completes execution.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
Please emulate the behaviour of PowerShell v3+ Wait-Job -Any parameter, which causes the cmdlet to complete execution when the first job in $Job/$InputObject finishes.
Which versions of Powershell and which OS are affected by this issue? Did this work in previous versions of our scripts?
Please provide a code example showing the issue, if applicable:
The text was updated successfully, but these errors were encountered: