Click or drag to resize

itmPluginaceOperation_runImportExperiment Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Aces the operation run import experiment.

Namespace:  imbWBI.IndustryTermModel.consolePlugin
Assembly:  imbWBI.IndustryTermModel (in imbWBI.IndustryTermModel.dll) Version: 1.0.49
Syntax
C#
public void aceOperation_runImportExperiment(
	string path = "reports\STAGE05",
	bool execute = true,
	bool silent = false,
	string suffix = "_redone",
	bool onlyWithError = false
)

Parameters

path (Optional)
Type: SystemString
The path.
execute (Optional)
Type: SystemBoolean
if set to true [execute].
silent (Optional)
Type: SystemBoolean
if set to true [silent].
suffix (Optional)
Type: SystemString
The suffix.
onlyWithError (Optional)
Type: SystemBoolean
if set to true [only with error].
See Also