The FailPackageOnTimeout property specifies whether the package fails if the task is terminated by the expiration of the time-out period.
| CreateProcessTask Object | 
object.FailPackageOnTimeout [= value]
| Part | Description | 
|---|---|
| object | Expression that evaluates to an object in the Applies To list | 
| value | Whether the package fails if the task is terminated by the expiration of the time-out period | 
The default is True.
Variant Boolean
Read/write
HRESULT GetFailPackageOnTimeout(VARIANT_BOOL *pRetVal);
HRESULT SetFailPackageOnTimeout(VARIANT_BOOL NewValue);
| TerminateProcessAfterTimeout Property | Timeout Property |