IAceAdvancedConsole Interface |
Namespace: imbACE.Services.console
public interface IAceAdvancedConsole : IAceCommandConsole, IAceOperationSetExecutor
The IAceAdvancedConsole type exposes the following members.
| Name | Description | |
|---|---|---|
| application | ||
| commands |
osnovni menu
(Inherited from IAceCommandConsole.) | |
| commandSetTree |
command tree, used for help generation
(Inherited from IAceCommandConsole.) | |
| consoleHelp | Short help message about this console (Inherited from IAceCommandConsole.) | |
| consoleIsRunning | It is true if console is turned on, waiting for an input or performing already given command(s) (Inherited from IAceCommandConsole.) | |
| consoleTitle | Console title (Inherited from IAceCommandConsole.) | |
| encode | ||
| helpContent |
Help text short header, used when console api is rendered or shown
(Inherited from IAceCommandConsole.) | |
| helpHeader | Aditional points for console help header text. [!:imbACE.Services.terminal.console.aceCommandConsole.helpContent] (Inherited from IAceCommandConsole.) | |
| history | (Inherited from IAceCommandConsole.) | |
| isReady |
Gets a value indicating whether this instance is ready.
| |
| lastInput | (Inherited from IAceCommandConsole.) | |
| linePrefix | (Inherited from IAceCommandConsole.) | |
| output |
The primary console output. By default pointed to the [!:platform] via consoleControl (Inherited from IAceCommandConsole.) | |
| platform | ||
| 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.
(Inherited from IAceCommandConsole.) | |
| saveClipboard | (Inherited from IAceCommandConsole.) | |
| scriptRunning | ||
| state | ||
| workspace |
| Name | Description | |
|---|---|---|
| aceOperation_consoleHelp |
Aces the operation console help.
(Inherited from IAceCommandConsole.) | |
| aceOperation_runAbort | Should be called from executing script. (Inherited from IAceCommandConsole.) | |
| aceOperation_runPause | It pause ACE script execution, optionally displays custom message and allows user to end the pause (Inherited from IAceCommandConsole.) | |
| cls |
Clear Screen
| |
| executeCommand |
Executes the command.
(Inherited from IAceCommandConsole.) | |
| executeScript |
Executes the script.
| |
| log |
Logs the specified message, using the other color if required
| |
| OnPropertyChanged | ||
| onStartUp | ||
| start |
Starts the console
(Inherited from IAceCommandConsole.) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from IAceCommandConsole.) |