Summary
Starts a process using the specified information.
- Namespace
- Cake
.Core .IO - Containing Type
- ProcessRunner
Syntax
public IProcess Start(FilePath filePath, ProcessSettings settings)
Parameters
Name | Type | Description |
---|---|---|
filePath | FilePath | The file name such as an application or document with which to start the process. |
settings | ProcessSettings | The information about the process to start. |
Return Value
Type | Description |
---|---|
IProcess | A process handle. |