The Timeout property specifies the number of seconds in the time-out period.
| CreateProcessTask Object |
object.Timeout [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Number of seconds in the time-out period |
A value of 0 (default) indicates no time-out period.
Long
Read/write
HRESULT GetTimeout(LONG *pRetVal);
HRESULT SetTimeout(LONG NewValue);
| FailPackageOnTimeout Property | TerminateProcessAfterTimeout Property |