-
Notifications
You must be signed in to change notification settings - Fork 11
Issues: PowerShell/ThreadJob
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Thread jobs seemingly do not automatically release COM / unmanaged resources when they complete / are stopped
#43
opened Nov 5, 2024 by
mklement0
3 tasks done
Unlike
Start-Job
, Start-ThreadJob
doesn't respect a Set-PSBreakpoint -Command
call in connection with Debug-Job
#39
opened Sep 3, 2024 by
mklement0
3 tasks done
Minor spelling and grammar corrections in README
#34
opened Jan 30, 2024 by
DevOpsJeremy
3 tasks done
Race condition exception when accessing $Host.UI.psobject.Properties inside a runspace
#31
opened Jul 26, 2023 by
kborowinski
3 tasks done
Release a proxy module of
ThreadJob
that points to Microsoft.PowerShell.ThreadJob
#30
opened Jul 10, 2023 by
daxian-dbw
3 tasks done
Any possibility of adding a script block parameter to respond to the Job.StateChanged event?
#27
opened May 31, 2023 by
JosephColvin
Add 2 parameters to Start-ThreadJob: timeout seconds, priority
#26
opened Jan 29, 2023 by
kasini3000
ProTip!
Exclude everything labeled
bug
with -label:bug.