Click or drag to resize

aceAdvancedConsoleTState, TWorkspaceaceOperation_scriptExecute Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
[DisplayAttribute(GroupName = "script", Name = "Execute", ShortName = "exe", 
	Description = "Basic automation facility: reads lines from the script file and executes it as it was typed by the console user. If filename parameter is * it will ask user to select script to load.")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "It opens the specified script (.ace) file from the scripts folder and performs commands from the script")]
public void aceOperation_scriptExecute(
	string filename = "script.ace",
	int delay = 5,
	int repeat = 1,
	string askConfirmation = ""
)
Request Example View Source

Parameters

filename (Optional)
Type: SystemString
delay (Optional)
Type: SystemInt32
repeat (Optional)
Type: SystemInt32
askConfirmation (Optional)
Type: SystemString
See Also