Summary
Sets the optional timeout for process execution.
- Namespace
- Cake
.Core - Containing Type
- Process
Settings Extensions
Syntax
public static ProcessSettings SetTimeout(this ProcessSettings settings, int timeout)
Parameters
Name | Type | Description |
---|---|---|
settings | ProcessSettings | The process settings. |
timeout | int | The timeout duration. |
Return Value
Type | Description |
---|---|
ProcessSettings | The same ProcessSettings instance so that multiple calls can be chained. |