Click or drag to resize

aceCommandConsoleexecuteScript Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Executes the command console script. aceConsoleScript

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public aceConsoleScript executeScript(
	IAceConsoleScript script,
	int delay = 10
)
Request Example View Source

Parameters

script
Type: imbACE.Core.operationsIAceConsoleScript
The console script to execute
delay (Optional)
Type: SystemInt32
The delay between two instructions in the script, in miliseconds

Return Value

Type: aceConsoleScript
See Also