JobObjectWrapper 2.0.2

dotnet add package JobObjectWrapper --version 2.0.2
NuGet\Install-Package JobObjectWrapper -Version 2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JobObjectWrapper" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JobObjectWrapper --version 2.0.2
#r "nuget: JobObjectWrapper, 2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JobObjectWrapper as a Cake Addin
#addin nuget:?package=JobObjectWrapper&version=2.0.2

// Install JobObjectWrapper as a Cake Tool
#tool nuget:?package=JobObjectWrapper&version=2.0.2

Attention: You must have either X86 or x64 set as your build platform in order to reference these binaries!!! (Any CPU is not supported)

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.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
2.0.2 4,213 9/17/2017

You must have either X86 or x64 set as your build platform in order to reference these binaries.