Closed ajansveld closed 6 years ago
This is a trivial fix (sorry, no time to put in a PR):
PS> (Get-Command Start-ThreadJob).OutputType.Name System.Management.Automation.Job2
Expected: ThreadJob.ThreadJob
ThreadJob.ThreadJob
Good point. Easy fix.
CloseMe; fixed by #17.
This is a trivial fix (sorry, no time to put in a PR):
Expected:
ThreadJob.ThreadJob