Click or drag to resize

IAceCommandConsoleexecuteScript Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Executes the command console script. [!:imbACE.Services.terminal.console.aceConsoleScript]

Namespace:  imbACE.Core.operations
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
IAceConsoleScript 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: IAceConsoleScript
See Also