Info
Version: | 2.0.2 |
Author(s): | Alon Fliess |
Last Update: | Sunday, September 17, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alonf/JobObjectWrapper |
NuGet Url: | https://www.nuget.org/packages/JobObjectWrapper |
Install
Install-Package JobObjectWrapper
dotnet add package JobObjectWrapper
paket add JobObjectWrapper
JobObjectWrapper Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.