Click or drag to resize

IActionExecute Method

Executes the action. The action can report progress to the reporter. The args are optional arguments that can be used to pass additional information to the action.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
void Execute(
	IProgressReporter reporter,
	bool isInteractiveSession,
	params Object[] args
)

Parameters

reporter  IProgressReporter
The progress reporter.
isInteractiveSession  Boolean
Indicates whether the execution is being performed in an interactive session. If true, MessageBoxes can appear that will ask the user for approval.
args  Object
Optional arguments that can be used to pass additional information to the action.
See Also