Click or drag to resize

IAceAdvancedConsoleexecuteScript Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Executes the script.

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

Parameters

script
Type: imbACE.Core.operationsIAceConsoleScript
The script.
delay (Optional)
Type: SystemInt32
The delay.

Return Value

Type: aceConsoleScript
See Also