Summary
Sets the tool timeout.
- Namespace
- Cake
.Core .Tooling - Containing Type
- Tool
Settings Extensions
Syntax
public static T WithToolTimeout<T>(this T toolSettings, TimeSpan toolTimeout) where T : ToolSettings
Type Parameters
Name | Description |
---|---|
T | The ToolSettings type. |
Parameters
Name | Type | Description |
---|---|---|
toolSettings | T | The tools settings. |
toolTimeout | TimeSpan | The tool timeout. |
Return Value
Type | Description |
---|---|
T | The tools settings. |