JobObjects 1.0.1
dotnet add package JobObjects --version 1.0.1
NuGet\Install-Package JobObjects -Version 1.0.1
<PackageReference Include="JobObjects" Version="1.0.1" />
<PackageVersion Include="JobObjects" Version="1.0.1" />
<PackageReference Include="JobObjects" />
paket add JobObjects --version 1.0.1
#r "nuget: JobObjects, 1.0.1"
#:package JobObjects@1.0.1
#addin nuget:?package=JobObjects&version=1.0.1
#tool nuget:?package=JobObjects&version=1.0.1
A job object allows a group of processes to be managed as a unit. Job objects are namable, securable, sharable objects that control attributes of and assign limits to the processes associated with them. Operations performed on the job object affect all processes associated with the job object.
JobObjectWrapper is a .NET abstraction over the Win32 Job Object. With this library you can create job objects, create and assign a process to the job, control process and job limits, and register for the various process- and job-related notification events.
v1.0.1 - Readded terminate child processes on job close.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
x64 release.
Visual C++ Redistributable Packages for Visual Studio 2013 required.