Skip to content

PoshRSJob 1.7.4.3

Compare
Choose a tag to compare
@proxb proxb released this 15 Feb 21:06
· 6 commits to master since this release
56d3655

|1.7.4.3|

  • #48 Moved garbage collection in runspacepool cleanup
  • #48 Removed unnecessary Close() on runspacepool as Dispose() already in use
  • #157 (Start-RSJob - be able to import private functions)
  • #174 (Minor variable declaration)
  • Variables will now always use local scope in runspace by default; not global which prevents incorrect data being presented if a variable is created and not cleaned up in each runspace.