Info
Version: | 1.0.1 |
Author(s): | George Barbu |
Last Update: | Wednesday, August 31, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://jobobjectwrapper.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/JobObjects |
Install
Install-Package JobObjects
dotnet add package JobObjects
paket add JobObjects
JobObjects Download (Unzip the "nupkg" after downloading)
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.