Namespace Coree.NETStandard.Services.Process
Classes
ProcessRunResult
Represents the result of running an external process.
ProcessService
Defines a service for running external processes with support for cancellation and timeouts.
Interfaces
IProcessService
Defines a service for running external processes with support for cancellation and timeouts.
Enums
ProcessRunExitCodeState
Represents various outcome states for process execution operations within the service. This enum is designed to be flexible and applicable to a range of process-related methods, providing a standardized way to communicate success, failure, and other states across different types of process executions.