ExecuteProcess.TerminateProcessAfterTimeOut Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.