Click or drag to resize

aceConsoleScriptExecute Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Executes the specified console.

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public void Execute(
	aceCommandConsole console,
	aceConsoleScript __parent,
	int delay = 1,
	int skipLines = -1
)
Request Example View Source

Parameters

console
Type: imbACE.Services.consoleaceCommandConsole
The console.
__parent
Type: imbACE.Services.consoleaceConsoleScript
The parent.
delay (Optional)
Type: SystemInt32
The delay.
skipLines (Optional)
Type: SystemInt32
Number of lines to skip
See Also