ThreadJob icon indicating copy to clipboard operation
ThreadJob copied to clipboard

Results 14 ThreadJob issues
Sort by recently updated
recently updated
newest added

### Summary of the new feature / enhancement To address https://github.com/PowerShell/PowerShell/issues/20143, would it be possible to tag releases in-repo as to facilitate building this module from source? I maintain the...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

### Summary of the new feature / enhancement Add 2 parameters to Start-ThreadJob: timeout seconds, priority ### Proposed technical implementation details (optional) priority: A single asynchronous task has no timeout...

This fixes minor spelling/grammar mistakes in the README in defined in [this issue](https://github.com/PowerShell/ThreadJob/issues/34) and has no effect on the functionality. ### [Line 5](https://github.com/PowerShell/ThreadJob/blob/master/README.md?plain=1#L5) #### Previous > There is no throttling...

# PR Summary Start-Job has a couple aliases that are missing from Start-ThreadJob. `-ScriptBlock` receives the `-Command` alias `-ArgumentList` receives the `-Args` alias Note that, in particular, the `-Args` alias...

### Summary of the new feature / enhancement I see that ThreadJob has a change log entry 2.1.1 - 2023-6-14: https://github.com/PowerShell/ThreadJob/blob/master/CHANGELOG.md Yet in the gallery it’s still 2.1.0: https://www.powershellgallery.com/packages/Microsoft.PowerShell.ThreadJob/2.1.0 Given...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

### Summary of the new feature / enhancement I was wondering if adding the logic and parameter usage for another script block to handle the job's state change would be...

## Summary: The package links to the previous repository - [ ] The package might not be getting updates? It was last updated on `2019/12/20/ `. ## Links - [...