ProcessSettings.

Timeout Property

Summary

Gets or sets optional timeout, in milliseconds, to wait for the associated process to exit. The maximum is the largest possible value of a 32-bit integer, which represents infinity to the operating system.
Namespace
Cake.Core.IO
Containing Type
ProcessSettings

Syntax

public int? Timeout { get; set; }

Value

Type Description
int?