Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 621 Bytes

File metadata and controls

23 lines (17 loc) · 621 Bytes
Download Help Link https://aka.ms/powershell75-help
Help Version 7.6.0.0
Locale en-US
Module Guid 0e7b895d-2fec-43f7-8cae-11e8d16f6e40
Module Name ThreadJob
ms.date 07/09/2019
title ThreadJob Module

ThreadJob Module

Description

This module extends the existing PowerShell BackgroundJob to include a new thread based ThreadJob job. This is a lighter weight solution for running concurrent PowerShell scripts that works within the existing PowerShell job infrastructure.

ThreadJob Cmdlets

Creates background jobs similar to the Start-Job cmdlet.