CreateRunnerConfiguration(ProcessConfiguration, ProcessConfiguration) Method

Definition

Assembly CliInvoke.Core.dll

Creates a ProcessConfiguration to be run from a runner configuration and an input ProcessConfiguration.

ProcessConfiguration CreateRunnerConfiguration(ProcessConfiguration processConfigToBeRun, ProcessConfiguration runnerProcessConfig)

Parameters

processConfigToBeRun
ProcessConfiguration

The command to be run by the ProcessConfiguration Runner.

runnerProcessConfig
ProcessConfiguration

The process running configuration to use for the ProcessConfiguration that will run other ProcessConfigurations.

Returns

ProcessConfiguration
The built Command that will run the input command with the runner process configuration.