The TerminateProcessAfterTimeout property specifies whether to terminate the process after the time-out period has expired.
object.TerminateProcessAfterTimeout [= value]
Part | Description |
---|---|
Object | Expression that evaluates to an object in the Applies To list |
Value | Boolean that specifies whether to terminate the process |
Boolean
Read/write
HRESULT GetTerminateProcessAfterTimeout(VARIANT_BOOL *pRetVal);
HRESULT SetTerminateProcessAfterTimeout(VARIANT_BOOL NewValue);
If TerminateProcessAfterTimeout is FALSE (the default), the task fails after the time-out without terminating the created process. The FailPackageOnTimeout property determines if the entire package is terminated after the time-out occurs.