Info
Version: | 1.2.4 |
Author(s): | James Manning, Max Cheetham and Eamon Nerbonne |
Last Update: | Monday, June 10, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jamesmanning/RunProcessAsTask/ |
NuGet Url: | https://www.nuget.org/packages/RunProcessAsTask |
Install
Install-Package RunProcessAsTask
dotnet add package RunProcessAsTask
paket add RunProcessAsTask
RunProcessAsTask Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
No dependencies.
- NETStandard.Library(>= 1.6.1)
- System.Diagnostics.Process(>= 4.3.0)
Includes support for cancellation, timeout (via cancellation), and exposes the standard output, standard error, exit code, and run time of the process.