Custom |
public class CustomExecutableParameters : SchedulableJobParameters, IExtensibleDataObject
The CustomExecutableParameters type exposes the following members.
Name | Description | |
---|---|---|
CommandLineArguments | Gets or sets an optional string with command line arguments to feed to the job. | |
ExecutablePath | Gets or sets the path to the executable. | |
ExpectedExitCode | Gets or sets an optional exit code to expect from the program. | |
TimeoutInMilliseconds | Gets or sets the number of milliseconds to wait for the process (only applicable if ExpectedExitCode is non-null). |