ExecuteProcess.TimeOut Property

Definition

Gets or sets the number of seconds that the task allows the process to run.

public:
 property int TimeOut { int get(); void set(int value); };
public int TimeOut { get; set; }
member this.TimeOut : int with get, set
Public Property TimeOut As Integer

Property Value

An Integer that indicates the number of seconds that the task allows the process to run. A value of 0 indicates that no time-out value is used, and the process runs to completion or until an error occurs.

Implements

Applies to