RunProcessAsTask 1.2.3
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.
Showing the top 20 packages that depend on RunProcessAsTask.
Packages | Downloads |
---|---|
FFMpegCore
A great way to use FFMpeg encoding when writing video applications, client-side and server-side. It has wrapper methods that allow conversion to all web formats: MP4, OGV, TS and methods of capturing screens from the videos.
|
4 |
FFMpegCore
A great way to use FFMpeg encoding when writing video applications, client-side and server-side. It has wrapper methods that allow conversion to all web formats: MP4, OGV, TS and methods of capturing screens from the videos.
|
3 |
FFMpegCore
A great way to use FFMpeg encoding when writing video applications, client-side and server-side. It has wrapper methods that allow conversion to all web formats: MP4, OGV, TS and methods of capturing screens from the videos.
|
2 |
Add support for passing in external lists for stdout/stderr collecting, fix corner case for processes that complete too quickly
.NET Framework 4.5
- No dependencies.
.NET Standard 1.4
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.Process (>= 4.3.0)