Click or drag to resize
Infosoft Logo

CustomExecutableParameters Class

Defines parameters for the CustomExecutable job.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersSchedulableJobParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersCustomExecutableParameters

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class CustomExecutableParameters : SchedulableJobParameters, 
	IExtensibleDataObject

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