IAceCommandConsole Interface |
Namespace: imbACE.Core.operations
The IAceCommandConsole type exposes the following members.
| Name | Description | |
|---|---|---|
| commands |
osnovni menu
| |
| commandSetTree |
command tree, used for help generation
| |
| consoleHelp | Short help message about this console | |
| consoleIsRunning | It is true if console is turned on, waiting for an input or performing already given command(s) | |
| consoleTitle | Console title | |
| helpContent |
Help text short header, used when console api is rendered or shown
| |
| helpHeader | Aditional points for console help header text. [!:imbACE.Services.terminal.console.aceCommandConsole.helpContent] | |
| history | ||
| lastInput | ||
| linePrefix | ||
| output |
The primary console output. By default pointed to the [!:platform] via consoleControl | |
| response |
Secondary output of the console. By default it is pointed to the [!:platform] output, but it can be directed to a file or other outputs.
| |
| saveClipboard | ||
| scriptRunning | Reference to the console script that is running or was running last time |
| Name | Description | |
|---|---|---|
| aceOperation_consoleHelp |
Aces the operation console help.
| |
| aceOperation_runAbort | Should be called from executing script. | |
| aceOperation_runPause | It pause ACE script execution, optionally displays custom message and allows user to end the pause | |
| executeCommand |
Executes the command.
| |
| executeScript |
Executes the command console script. [!:imbACE.Services.terminal.console.aceConsoleScript] | |
| start |
Starts the console
|
| Name | Description | |
|---|---|---|
| PropertyChanged |
This is interface to the base class of the imbACE scriptable ACE Command Console.
Next tier is aceAdvancedConsole - implementing: IAceAdvancedConsole interface with more exposed features.