ProcessSettingsExtensions.

SetTimeout(ProcessSettings, int) Method

Summary

Sets the optional timeout for process execution.
Namespace
Cake.Core
Containing Type
ProcessSettingsExtensions

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.