ExecuteProcess.TerminateProcessAfterTimeOut Property

Definition

Gets or sets a Boolean that indicates whether the process is forced to end after the time-out period specified by the TimeOut property.

public:
 property bool TerminateProcessAfterTimeOut { bool get(); void set(bool value); };
public bool TerminateProcessAfterTimeOut { get; set; }
member this.TerminateProcessAfterTimeOut : bool with get, set
Public Property TerminateProcessAfterTimeOut As Boolean

Property Value

true if the process is forced to end after the time-out period specified by the TimeOut property. false if the process can continue to run regardless of the time-out period.

Implements

Applies to