The TerminateProcessAfterTimeout property specifies whether to terminate the process after the time-out period has expired.
CreateProcessTask Object |
object.TerminateProcessAfterTimeout [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Whether to terminate the process |
Boolean
Read/write
HRESULT GetTerminateProcessAfterTimeout(VARIANT_BOOL *pRetVal);
HRESULT SetTerminateProcessAfterTimeout(VARIANT_BOOL NewValue);
FailPackageOnTimeout Property | Timeout Property |