ThreadJob icon indicating copy to clipboard operation
ThreadJob copied to clipboard

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

### Summary of the new feature / enhancement `Start-ThreadJob` (and `Start-Job` for reference) currently only supports splatting `-ArgumentList` with array: * This means some example code must be like this:...

# PR Summary This pull request includes several updates to configuration files, build scripts, and pipeline definitions to enhance the build and release process for the `ThreadJob` module. The most...

Consider the following code which starts a ThreadJob: ```ps1 $job = Start-ThreadJob -ScriptBlock { for( $i = 0 ; $i -lt 100 ; $i++ ) { Write-Output "output $i" Write-Host...

### 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...

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 3. Release notes Sourced from github/codeql-action's releases. v2.28.1 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

### Summary of the new feature / enhancement Hi. I opened an issues @Powershell regarding adding: "Create an alias for Start-Threadjob and the future, for other -Threadjob commands." ### Proposed...

### 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...