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
Implemented proper pipeline support for Receive-RSJob and Stop-RSJob.
Deprecated any job identification parameters except Job from Wait-RSJob/Stop-RSJob.
It just another call to Get-RSJob, so it is better to use pipeline or variables
proxb#177 Added support to import module(s) from custom path.
proxb#179 Preserved job parameters ordering while search for jobs
Added support for -Passthru switch in Stop-RSJob, -StopTimedOutJobs in Wait-RSJob -Passthru switch allow to pass job object thru Stop-RSJob (for example for Receive-RSJob) -StopTimedOutJobs switch stops timed out jobs while waiting to free up ResoucePool
Disable progress stream for runspace jobs
Cmdlets like Invoke-WebRequest/RestMethod is creating
so many progress records that it can crash the sandbox
if used in Azure Automation.
Added -ThreadOptions to the parameters for Start-RSJob