Summary
Starts a process using the specified information.
- Namespace
- Cake
.Testing .Fixtures - Containing Type
- Tool
Fixture Process Runner <TFixtureResult>
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. |
