Click or drag to resize
Infosoft Logo

CustomExecutableParameters Properties

The CustomExecutableParameters type exposes the following members.

Properties
 NameDescription
Public propertyCommandLineArguments Gets or sets an optional string with command line arguments to feed to the job.
Public propertyExecutablePath Gets or sets the path to the executable.
Public propertyExpectedExitCode Gets or sets an optional exit code to expect from the program.
Public propertyTimeoutInMilliseconds Gets or sets the number of milliseconds to wait for the process (only applicable if ExpectedExitCode is non-null).
Top
See Also