RunProcessAsTask 1.2.4
Simple wrapper around System.Diagnostics.Process to expose it as a System.Threading.Tasks.Task<ProcessResults>
Includes support for cancellation, timeout (via cancellation), and exposes the standard output, standard error, exit code, and run time of the process.
No packages depend on RunProcessAsTask.
.NET Framework 4.5
- No dependencies.
.NET Standard 1.4
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.Process (>= 4.3.0)
.NET Standard 2.0
- No dependencies.