|
CustomExecutableParametersTimeoutInMilliseconds Property |
Gets or sets the number of milliseconds to wait for the process
(only applicable if ExpectedExitCode is non-null).
Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public int? TimeoutInMilliseconds { get; set; }
No code example is currently available or this language may not be supported.
Property Value
NullableInt32Remarks
If ExpectedExitCode is non-null and this is given, the job will only wait for this long for the
external process to finish, and fail if it hasn't finished yet. If RetryIfFailed is true, it will
then retry repeatedly until it finishes within the time limit by rerunning the job.
See Also