Click or drag to resize
Infosoft Logo

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.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public int? TimeoutInMilliseconds { get; set; }

Property Value

NullableInt32
Remarks
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