IDTSExecuteProcess.TerminateProcessAfterTimeOut Property

Definition

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value 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.

Applies to