Click or drag to resize

ButterflowWrapperRun Method (OptionsConfiguration)

Runs butterflow with the given optionsConfiguration by adding it to the queue.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.2.31734 (1.0.0.0)
Syntax
C#
public void Run(
	OptionsConfiguration optionsConfiguration
)

Parameters

optionsConfiguration
Type: butterflow_uiOptionsConfiguration
The options configuration.
See Also