Namespace Coree.NETStandard.Services.ProcessManagement
Classes
ProcessRunResult
Represents the result of running an external process.
ProcessService
Provides functionality for managing and executing external processes. This service supports a variety of operations including running processes with options for cancellation, timeouts, and potentially more features in the future.
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.